Commit 2af60717 authored by unknown's avatar unknown

Correct and move comment


ndb/src/ndbapi/TransporterFacade.hpp:
  Correct and move comment.
parent f0243779
...@@ -43,10 +43,6 @@ extern "C" { ...@@ -43,10 +43,6 @@ extern "C" {
void atexit_stop_instance(); void atexit_stop_instance();
} }
/**
* Max number of Ndb objects in different threads.
* (Ndb objects should not be shared by different threads.)
*/
class TransporterFacade class TransporterFacade
{ {
public: public:
...@@ -171,6 +167,10 @@ private: ...@@ -171,6 +167,10 @@ private:
* Block number handling * Block number handling
*/ */
public: public:
/**
* Max number of Ndb objects.
* (Ndb objects should not be shared by different threads.)
*/
STATIC_CONST( MAX_NO_THREADS = 4711 ); STATIC_CONST( MAX_NO_THREADS = 4711 );
private: private:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment