From 2af60717147d447c9afb7c9e07672399a1582192 Mon Sep 17 00:00:00 2001 From: unknown <stewart@mysql.com> Date: Wed, 8 Dec 2004 20:22:00 +1100 Subject: [PATCH] Correct and move comment ndb/src/ndbapi/TransporterFacade.hpp: Correct and move comment. --- ndb/src/ndbapi/TransporterFacade.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ndb/src/ndbapi/TransporterFacade.hpp b/ndb/src/ndbapi/TransporterFacade.hpp index 5680e3a6f03..dcdabee2fd4 100644 --- a/ndb/src/ndbapi/TransporterFacade.hpp +++ b/ndb/src/ndbapi/TransporterFacade.hpp @@ -43,10 +43,6 @@ extern "C" { void atexit_stop_instance(); } -/** - * Max number of Ndb objects in different threads. - * (Ndb objects should not be shared by different threads.) - */ class TransporterFacade { public: @@ -171,6 +167,10 @@ private: * Block number handling */ public: + /** + * Max number of Ndb objects. + * (Ndb objects should not be shared by different threads.) + */ STATIC_CONST( MAX_NO_THREADS = 4711 ); private: -- 2.30.9