TransporterRegistry.hpp:

corrected spelling


ndb/include/transporter/TransporterRegistry.hpp:
  corrected spelling
This commit is contained in:
unknown 2005-02-17 10:49:22 +01:00
parent 461dab2350
commit 69bddf6ed1

View file

@ -104,7 +104,7 @@ public:
/**
* this handle will be used in the client connect thread
* to fetch information on dynamic ports. The old handle
* id destroyed, and this is destroyed by the destructor
* (if set) is destroyed, and this is destroyed by the destructor
*/
void set_mgm_handle(NdbMgmHandle h);
NdbMgmHandle get_mgm_handle(void) { return m_mgm_handle; };