diff options
author | iliyan <iliyan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2008-03-07 20:46:41 +0000 |
---|---|---|
committer | iliyan <iliyan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2008-03-07 20:46:41 +0000 |
commit | 272dd56bd10fa1615e354347871b06d6efe63e0a (patch) | |
tree | 8d65ae000be4cbfe9107509c972d016f21476e84 /TAO/tao/Service_Context.h | |
parent | ba191e5916221d217401878e17062d64f0285212 (diff) | |
download | ATCD-272dd56bd10fa1615e354347871b06d6efe63e0a.tar.gz |
Merged revisions 80861-80862 via svnmerge from
https://svn.dre.vanderbilt.edu/DOC/Middleware/trunk/TAO
........
r80861 | johnnyw | 2008-03-07 07:48:34 -0600 (Fri, 07 Mar 2008) | 1 line
Fri Mar 7 13:47:30 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
........
r80862 | johnnyw | 2008-03-07 14:36:56 -0600 (Fri, 07 Mar 2008) | 1 line
........
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: |