summaryrefslogtreecommitdiff
path: root/TAO/tao/GIOP_Utils.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2002-05-27 06:34:14 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2002-05-27 06:34:14 +0000
commita886e264f96078c479a686f526aeb624ec94b94b (patch)
treeb3f5f8299d246daaa83c2aace6cb36b1a5502922 /TAO/tao/GIOP_Utils.h
parent565bef5dcb3ca401a9bfc000445a9ed06f52cfd3 (diff)
downloadATCD-a886e264f96078c479a686f526aeb624ec94b94b.tar.gz
ChangeLogTag: Mon May 27 08:14:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/GIOP_Utils.h')
-rw-r--r--TAO/tao/GIOP_Utils.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/TAO/tao/GIOP_Utils.h b/TAO/tao/GIOP_Utils.h
index bcff3c92655..27f17fd9e31 100644
--- a/TAO/tao/GIOP_Utils.h
+++ b/TAO/tao/GIOP_Utils.h
@@ -58,9 +58,9 @@ typedef enum GIOP_LocateStatusType
/**
* @class TAO_GIOP_Locate_Status_Msg
- =TITLE
- * Hold the relevant information for every type of Locate mesg.
- * =DESCRIPTION
+ *
+ * @brief Hold the relevant information for every type of Locate mesg.
+ *
* This class is there to hold the relevant info for different
* types of locate status messages. As on date we dont know much
* about other mesg types other than OBJECT_FORWARD. This clss can
@@ -81,23 +81,23 @@ public:
typedef enum GIOP_ReplyStatusType
{
+ /// Request completed successfully
TAO_GIOP_NO_EXCEPTION,
- // Request completed successfully
+ /// Request terminated with user exception
TAO_GIOP_USER_EXCEPTION,
- // Request terminated with user exception
+ /// Request terminated with system exception
TAO_GIOP_SYSTEM_EXCEPTION,
- // Request terminated with system exception
+ /// Reply is a location forward type
TAO_GIOP_LOCATION_FORWARD,
- // Reply is a location forward type
+ /// GIOP 1.2, Reply is a location forward perm type..
TAO_GIOP_LOCATION_FORWARD_PERM,
- // GIOP 1.2, Reply is a location forward perm type..
+ /// GIOP1.2,
TAO_GIOP_NEEDS_ADDRESSING_MODE
- // GIOP1.2,
} TAO_GIOP_Reply_Status_Type;