summaryrefslogtreecommitdiff
path: root/TAO/tao/params.h
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-30 02:10:12 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-30 02:10:12 +0000
commit448a9b4c2f3bcb5226d7910d30b4c3ab889d736b (patch)
tree9afbd10f9603114fad3522de28f6a14bd4824b51 /TAO/tao/params.h
parent1d0948de36cc914aabfd7406eebb68806c5d84c2 (diff)
downloadATCD-448a9b4c2f3bcb5226d7910d30b4c3ab889d736b.tar.gz
ChangeLogTag:Sat Aug 29 20:58:08 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/params.h')
-rw-r--r--TAO/tao/params.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/TAO/tao/params.h b/TAO/tao/params.h
index b775ce37561..a2dc521072a 100644
--- a/TAO/tao/params.h
+++ b/TAO/tao/params.h
@@ -112,6 +112,11 @@ public:
// octet sequence is small enough and there is room in the current
// message block it is more efficient just to copy the buffer.
+ int use_IIOP_lite_protocol (void) const;
+ void use_IIOP_lite_protocol (int);
+ // The ORB will use a modified version of IIOP that minimizes the
+ // header size. By default we use the standard IIOP protocol.
+
private:
ACE_INET_Addr addr_;
// host + port number we are listening on
@@ -146,6 +151,9 @@ private:
int cdr_memcpy_tradeoff_;
// Control the strategy for copying vs. appeding octet sequences in
// CDR streams.
+
+ int use_IIOP_lite_protocol_;
+ // For selecting a liteweight IIOP protocol.
};
typedef enum