summaryrefslogtreecommitdiff
path: root/TAO/tao/GIOP_Message_Base.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-06-25 11:40:50 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-06-25 11:40:50 +0000
commitfc6cd4ae60f4e8d098ecc07673f4f56948aed382 (patch)
treefa4441756fe82404c6e3bcdb716966264a7feca1 /TAO/tao/GIOP_Message_Base.h
parent6119eb1675600c955f536ccd09dfba9f327fe1a4 (diff)
downloadATCD-fc6cd4ae60f4e8d098ecc07673f4f56948aed382.tar.gz
ChangeLogTag: Fri Jun 25 11:40:31 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/GIOP_Message_Base.h')
-rw-r--r--TAO/tao/GIOP_Message_Base.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/GIOP_Message_Base.h b/TAO/tao/GIOP_Message_Base.h
index b67fd33b7cb..08fe733f941 100644
--- a/TAO/tao/GIOP_Message_Base.h
+++ b/TAO/tao/GIOP_Message_Base.h
@@ -54,15 +54,15 @@ public:
/// Dtor
virtual ~TAO_GIOP_Message_Base (void);
- /// Initialize the underlying state object based on the <major> and
- /// <minor> revision numbers
+ /// Initialize the underlying state object based on the @a major and
+ /// @a minor revision numbers
virtual void init (CORBA::Octet major,
CORBA::Octet minor);
/// Reset the messaging the object
virtual void reset (void);
- /// Write the RequestHeader in to the <cdr> stream. The underlying
+ /// Write the RequestHeader in to the @a cdr stream. The underlying
/// implementation of the mesaging should do the right thing.
virtual int generate_request_header (TAO_Operation_Details &op,
TAO_Target_Specification &spec,