summaryrefslogtreecommitdiff
path: root/TAO/tao/Service_Context.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Service_Context.h')
-rw-r--r--TAO/tao/Service_Context.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/TAO/tao/Service_Context.h b/TAO/tao/Service_Context.h
index 9a379d726f4..0f9b90e458a 100644
--- a/TAO/tao/Service_Context.h
+++ b/TAO/tao/Service_Context.h
@@ -68,7 +68,6 @@ public:
/// Constructor
TAO_Service_Context (void);
-
/// = Generic components
/// Insert the component into the list, making a copy of the octet
@@ -81,8 +80,7 @@ public:
/// If the replace flag is true, update the specified context.
/// Return 0 if the component was present and the replace flag
/// was not set to true.
- int set_context (const IOP::ServiceContext &context,
- CORBA::Boolean replace);
+ int set_context (const IOP::ServiceContext &context, CORBA::Boolean replace);
/// Insert the component into the list, but efficiently stealing the
/// contents of the octet sequence.
@@ -113,7 +111,7 @@ public:
/// list.
void set_context (IOP::ServiceContext &context, TAO_OutputCDR &cdr);
- /// Is the <id> available in the underlying service context list? If
+ /// Is the @a id available in the underlying service context list? If
/// so return true, else return false
bool is_service_id (IOP::ServiceId id);
@@ -123,11 +121,11 @@ public:
/// Return the underlying service context list
IOP::ServiceContextList &service_info (void);
- const IOP::ServiceContextList &service_info (void) const;
- // @@ Note: The above method is only for backward comptiblity. We
+ // @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:
/// Helper methods to implement set_context()