summaryrefslogtreecommitdiff
path: root/TAO/tao/Sequence.h
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-12-03 08:36:27 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-12-03 08:36:27 +0000
commit49ebd51997bb5dca894dbe1cdfe8689b1ae7b02b (patch)
treee2fed462c4dfb9b6507a423efc206d1a5d19419f /TAO/tao/Sequence.h
parent11b3267a17fce8cb30d6f5ff35d65f97e1c27810 (diff)
downloadATCD-49ebd51997bb5dca894dbe1cdfe8689b1ae7b02b.tar.gz
ChangeLogTag:Fri Dec 03 02:32:03 1999 Nanbor Wang <nanbor@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Sequence.h')
-rw-r--r--TAO/tao/Sequence.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/Sequence.h b/TAO/tao/Sequence.h
index c5ab9fdf50b..33edc95bd0e 100644
--- a/TAO/tao/Sequence.h
+++ b/TAO/tao/Sequence.h
@@ -562,11 +562,11 @@ private:
// ****************************************************************
// Comparison of octet sequence.
-extern TAO_Export int operator== (const TAO_Unbounded_Sequence<CORBA::Octet> &l,
- const TAO_Unbounded_Sequence<CORBA::Octet> &r);
+TAO_Export int operator== (const TAO_Unbounded_Sequence<CORBA::Octet> &l,
+ const TAO_Unbounded_Sequence<CORBA::Octet> &r);
-extern TAO_Export int operator!= (const TAO_Unbounded_Sequence<CORBA::Octet> &l,
- const TAO_Unbounded_Sequence<CORBA::Octet> &r);
+TAO_Export int operator!= (const TAO_Unbounded_Sequence<CORBA::Octet> &l,
+ const TAO_Unbounded_Sequence<CORBA::Octet> &r);
// ****************************************************************