diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-11-21 03:28:06 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-11-21 03:28:06 +0000 |
commit | 8219ffe9bb04ecf8292fe9bd92af53d798ef39ea (patch) | |
tree | 15d0e251461bac62431982f66016f1f6e707d479 /TAO/tao/NVList.i | |
parent | d50eb29f4d0d650ad58ed69352b878a81d6877a9 (diff) | |
download | ATCD-8219ffe9bb04ecf8292fe9bd92af53d798ef39ea.tar.gz |
ChangeLogTag: Mon Nov 20 21:22:09 2000 Jeff Parsons <parsons@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/NVList.i')
-rw-r--r-- | TAO/tao/NVList.i | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/TAO/tao/NVList.i b/TAO/tao/NVList.i index 1d4ad9efc65..02b967a4094 100644 --- a/TAO/tao/NVList.i +++ b/TAO/tao/NVList.i @@ -269,12 +269,6 @@ CORBA_NVList::_nil (void) return 0; } -ACE_INLINE CORBA::Boolean -CORBA_NVList::_lazy_has_arguments (void) const -{ - return this->incoming_->length () == 0 ? 0 : 1; -} - // ************************************************************* // Inline operations for class CORBA_NVList_var // ************************************************************* |