summaryrefslogtreecommitdiff
path: root/TAO/tao/NVList.h
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-10-20 14:25:10 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-10-20 14:25:10 +0000
commitcfc490776d301a2b6fb8c8073da8b5d695c1b39a (patch)
tree4a17ccf1bf8fae3816ff6911b9688755d0b42ed4 /TAO/tao/NVList.h
parent1561c14f443aa8c4156764e2577ac0c21965507b (diff)
downloadATCD-cfc490776d301a2b6fb8c8073da8b5d695c1b39a.tar.gz
ChangeLogTag:Wed Oct 20 09:21:27 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/NVList.h')
-rw-r--r--TAO/tao/NVList.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/TAO/tao/NVList.h b/TAO/tao/NVList.h
index 57b8dc0429f..c8b353ed14b 100644
--- a/TAO/tao/NVList.h
+++ b/TAO/tao/NVList.h
@@ -242,7 +242,7 @@ public:
void _tao_incoming_cdr (TAO_InputCDR &cdr,
int flag,
- int lazy_evaluation,
+ int &lazy_evaluation,
CORBA::Environment &ACE_TRY_ENV);
// Set the incoming CDR stream, this is used by TAO to perform lazy
// evaluation of the NVList in an incoming ServerRequest.
@@ -262,6 +262,11 @@ public:
CORBA::Environment &ACE_TRY_ENV);
// Decode the NVList arguments from the <cdr> stream.
+ ptr_arith_t _tao_target_alignment (void);
+ // Return the required alignment to marshal the NVList without any
+ // re-alignment.
+ // It returns ACE_CDR::MAX_ALIGNMENT to indicate errors.
+
// Useful for template programming.
#if !defined(__GNUC__) || __GNUC__ > 2 || __GNUC_MINOR__ >= 8
typedef CORBA_NVList_ptr _ptr_type;