summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB.h
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-10-05 01:53:59 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-10-05 01:53:59 +0000
commitaa96c4b340b529bd64bec2baa457a780c4069d21 (patch)
treea9d62b10200c8476e50f4fb6a766288524b51eda /TAO/tao/ORB.h
parent76ee3bda7aea799183ff8f9336267776b18e599e (diff)
downloadATCD-aa96c4b340b529bd64bec2baa457a780c4069d21.tar.gz
ChangeLogTag:Mon Oct 4 20:42:16 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/ORB.h')
-rw-r--r--TAO/tao/ORB.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/tao/ORB.h b/TAO/tao/ORB.h
index cbace336f62..db7cd68d09a 100644
--- a/TAO/tao/ORB.h
+++ b/TAO/tao/ORB.h
@@ -516,8 +516,8 @@ public:
CORBA_StructMemberSeq &members,
CORBA::Environment &ACE_TRY_ENV =
TAO_default_environment ());
-
-
+
+
#endif /*TAO_HAS_INTERFACE_REPOSITORY */
#endif /* TAO_HAS_MINIMUM_CORBA */
@@ -867,19 +867,19 @@ operator>> (TAO_InputCDR &, CORBA::ORB::InvalidName &);
# if !defined (ACE_LACKS_IOSTREAM_TOTALLY)
-extern TAO_Export ostream &
+extern TAO_Export ostream &
operator<< (ostream &, const CORBA::String_var &);
extern TAO_Export istream &
operator>> (istream &, CORBA::String_var &);
-extern TAO_Export ostream &
+extern TAO_Export ostream &
operator<< (ostream &, CORBA::String_out &);
extern TAO_Export istream &
operator>> (istream &, CORBA::String_out &);
-extern TAO_Export ostream &
+extern TAO_Export ostream &
operator<< (ostream &, const CORBA::WString_var &);
extern TAO_Export istream &
operator>> (istream &, CORBA::WString_var &);
-extern TAO_Export ostream &
+extern TAO_Export ostream &
operator<< (ostream &, CORBA::WString_out &);
extern TAO_Export istream &
operator>> (istream &, CORBA::WString_out &);