summaryrefslogtreecommitdiff
path: root/TAO/tao/Sequence.h
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-20 09:44:59 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-20 09:44:59 +0000
commit6ba91c472d2009d7b52fa429349c245f69970e16 (patch)
tree5d61877e7f71e7cef04ef15db9bc760f42febe4c /TAO/tao/Sequence.h
parent43d4789c2435e8ddcb68a39e1dc68d6052a4b9f4 (diff)
downloadATCD-6ba91c472d2009d7b52fa429349c245f69970e16.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/tao/Sequence.h')
-rw-r--r--TAO/tao/Sequence.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/TAO/tao/Sequence.h b/TAO/tao/Sequence.h
index dd92c0d5616..f89606cc3ec 100644
--- a/TAO/tao/Sequence.h
+++ b/TAO/tao/Sequence.h
@@ -439,14 +439,6 @@ public:
// Replaces the current buffer with <mb>, using only <length> bytes.
// It takes a duplicate of <mb>.
- friend TAO_OutputCDR&
- operator <<(TAO_OutputCDR&,
- const TAO_Unbounded_Sequence<CORBA::Octet>&);
-
- friend TAO_InputCDR&
- operator <<(TAO_InputCDR&,
- TAO_Unbounded_Sequence<CORBA::Octet>&);
-
private:
ACE_Message_Block* mb_;
};