diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-12-21 19:26:46 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-12-21 19:26:46 +0000 |
commit | 9e9254f32711d4ecf1e3f71b54982eaf6845388e (patch) | |
tree | 760551d54bece3e52d2f1cd3d05b26d9c1c1439b /ace/Name_Request_Reply.h | |
parent | 4ecd5d0edb663fdba4935912ccdbbf79a66482ae (diff) | |
download | ATCD-9e9254f32711d4ecf1e3f71b54982eaf6845388e.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Name_Request_Reply.h')
-rw-r--r-- | ace/Name_Request_Reply.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/ace/Name_Request_Reply.h b/ace/Name_Request_Reply.h index 7ff3f066b89..2541ae721a2 100644 --- a/ace/Name_Request_Reply.h +++ b/ace/Name_Request_Reply.h @@ -26,13 +26,13 @@ #include "ace/SString.h" class ACE_Export ACE_Name_Request +{ // = TITLE - // Message format for delivering requests to the ACE_Name Server. + // Message format for delivering requests to the ACE_Name Server. // // = DESCRIPTION - // This class is implemented to minimize data copying. - // In particular, all marshaling is done in situ... -{ + // This class is implemented to minimize data copying. In + // particular, all marshaling is done in situ... public: enum Constants { @@ -176,13 +176,13 @@ private: }; class ACE_Export ACE_Name_Reply +{ // = TITLE // Message format for delivering replies from the ACE_Name Server. // // = DESCRIPTION - // This class is implemented to minimize data copying. - // In particular, all marshaling is done in situ... -{ + // This class is implemented to minimize data copying. In + // particular, all marshaling is done in situ... public: enum Constants { |