diff options
-rw-r--r-- | TAO/tao/Servant_Base.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Servant_Base.h b/TAO/tao/Servant_Base.h index 3cf2fe0d367..d1fd396a1b6 100644 --- a/TAO/tao/Servant_Base.h +++ b/TAO/tao/Servant_Base.h @@ -79,7 +79,7 @@ protected: // Register a CORBA IDL operation name. virtual const char *_interface_repository_id (void) const = 0; - // Get this interface's repository id. + // Get this interface's repository id (TAO specific). TAO_Operation_Table *optable_; // The operation table for this servant, it is initialized by the |