summaryrefslogtreecommitdiff
path: root/TAO/tao/TAO_Server_Request.h
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2000-11-16 03:53:40 +0000
committerbala <balanatarajan@users.noreply.github.com>2000-11-16 03:53:40 +0000
commit27e2b811c7b844e0a6f90e5492557f6174318c4c (patch)
tree1fa47022dfcae4335356caaf9e3f235437f5af2d /TAO/tao/TAO_Server_Request.h
parenta4c04baea35f52d73649d628a6e66c2abf779a15 (diff)
downloadATCD-27e2b811c7b844e0a6f90e5492557f6174318c4c.tar.gz
ChangeLogTag: Wed Nov 15 21:35:17 2000 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/TAO_Server_Request.h')
-rw-r--r--TAO/tao/TAO_Server_Request.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/TAO/tao/TAO_Server_Request.h b/TAO/tao/TAO_Server_Request.h
index 03da51d2b28..ca55cc1adb0 100644
--- a/TAO/tao/TAO_Server_Request.h
+++ b/TAO/tao/TAO_Server_Request.h
@@ -158,7 +158,12 @@ public:
void dsi_nvlist_align (ptr_arith_t alignment);
// Set the member.
+ void argument_flag (CORBA::Boolean flag);
+ CORBA::Boolean argument_flag (void);
+ // Get/Set operations for the argument_flag
+
private:
+
TAO_Pluggable_Messaging *mesg_base_;
ACE_CString operation_;
@@ -214,6 +219,12 @@ private:
ptr_arith_t dsi_nvlist_align_;
// Used to pad CDR stream if we have used DSI.
+
+ CORBA::Boolean argument_flag_;
+ // An argument flag to indicate whether there is any data that is
+ // going to get marshalled along as a reply. The default will be 1
+ // which indicates that we have some data that needs to be sent back
+ // to the client.
};
#if defined (__ACE_INLINE__)