diff options
Diffstat (limited to 'TAO/tao/Service_Context.h')
-rw-r--r-- | TAO/tao/Service_Context.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/Service_Context.h b/TAO/tao/Service_Context.h index 0f9b90e458a..2185550a87a 100644 --- a/TAO/tao/Service_Context.h +++ b/TAO/tao/Service_Context.h @@ -122,9 +122,9 @@ public: /// Return the underlying service context list IOP::ServiceContextList &service_info (void); - // @note This method is only for backward comptiblity. We - // need to get this removed once RT folks have their service - // addition info done through this interface + /// @note This method is only for backward comptiblity. We + /// need to get this removed once RT folks have their service + /// addition info done through this interface const IOP::ServiceContextList &service_info (void) const; private: |