summaryrefslogtreecommitdiff
path: root/TAO/tao/giop.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-10-30 01:44:31 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-10-30 01:44:31 +0000
commit90f562d6145dc77682303ac20639de3710929f75 (patch)
tree04811bad80ff8b7fc7d7a2f6ed3f972bc6ba3ea4 /TAO/tao/giop.h
parentae2e4e9cca95037a40a0dec43d7585605d88384e (diff)
downloadATCD-90f562d6145dc77682303ac20639de3710929f75.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/tao/giop.h')
-rw-r--r--TAO/tao/giop.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/TAO/tao/giop.h b/TAO/tao/giop.h
index 7fe76204916..1a509a645e6 100644
--- a/TAO/tao/giop.h
+++ b/TAO/tao/giop.h
@@ -251,12 +251,12 @@ struct TAO_GIOP_LocateReplyHeader
};
class TAO_GIOP_Invocation
-// = TITLE
-// Invocation: Sends a Request, optionally reads associated Reply.
-// Uses transport info passed in, doesn't locate anything.
-//
-// = NOTES
-// This should maybe be moved into its own file (invoke.h?)
+ // = TITLE
+ // Invocation: Sends a Request, optionally reads associated Reply.
+ // Uses transport info passed in, doesn't locate anything.
+ //
+ // = NOTES
+ // This should maybe be moved into its own file (invoke.h?)
{
public:
TAO_GIOP_Invocation (IIOP_Object *data,
@@ -285,11 +285,11 @@ private:
// @@ Please add comments.
IIOP_Object *data_;
- const char *opname;
+ const char *opname_;
- CORBA::Boolean do_rsvp;
+ CORBA::Boolean do_rsvp_;
- CORBA::ULong my_request_id;
+ CORBA::ULong my_request_id_;
u_char buffer [CDR::DEFAULT_BUFSIZE];
CDR stream_;