summaryrefslogtreecommitdiff
path: root/TAO/tao/NVList.h
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-11-20 21:02:16 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-11-20 21:02:16 +0000
commit65c043663517a7395852d147138b5670eb91d13c (patch)
tree778d3b0345f91eaecfcb0422488a0fc3fc7d0c2d /TAO/tao/NVList.h
parent338a6441094f4c34a921258ed925c2295d029839 (diff)
downloadATCD-65c043663517a7395852d147138b5670eb91d13c.tar.gz
ChangeLogTag: Mon Nov 20 14:54:59 2000 Jeff Parsons <parsons@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/NVList.h')
-rw-r--r--TAO/tao/NVList.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/tao/NVList.h b/TAO/tao/NVList.h
index 74169059915..3d3d6c5f593 100644
--- a/TAO/tao/NVList.h
+++ b/TAO/tao/NVList.h
@@ -268,6 +268,11 @@ public:
// re-alignment.
// It returns ACE_CDR::MAX_ALIGNMENT to indicate errors.
+ CORBA::Boolean _lazy_has_arguments (void) const;
+ // If this list is used by a DII request, this will tell us if
+ // our CDR stream contains any marshaled arguments (needed for
+ // GIOP 1.2).
+
// Useful for template programming.
#if !defined(__GNUC__) || __GNUC__ > 2 || __GNUC_MINOR__ >= 8
typedef CORBA_NVList_ptr _ptr_type;