summaryrefslogtreecommitdiff
path: root/TAO/tao/Sequence.h
diff options
context:
space:
mode:
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_;
};