summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2003-06-25 11:26:23 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2003-06-25 11:26:23 +0000
commit9209c6641a7b446a518a82a5b7bb3864053d7cee (patch)
treeb8fd0ef6e0882cd04a2344a936e7561c43f3da9a
parentf2bc1958a2086e5793dd9f9d9393f3e02169a4ef (diff)
downloadATCD-9209c6641a7b446a518a82a5b7bb3864053d7cee.tar.gz
ChangeLogTag: Wed Jun 25 11:24:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/ChangeLog5
-rw-r--r--TAO/tao/Strategies/sciop_endpoints.i4
2 files changed, 7 insertions, 2 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 9899ef80b2c..31f5b529d0a 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,8 @@
+Tue Jun 25 11:26:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * tao/Strategies/sciop_endpoints.i:
+ Fixed incorrect export macro.
+
Tue Jun 25 11:00:23 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
* orbsvcs/orbsvcs/Naming/Storable_Naming_Context.cpp:
diff --git a/TAO/tao/Strategies/sciop_endpoints.i b/TAO/tao/Strategies/sciop_endpoints.i
index 39f0b4fe933..7c4b76c3531 100644
--- a/TAO/tao/Strategies/sciop_endpoints.i
+++ b/TAO/tao/Strategies/sciop_endpoints.i
@@ -348,11 +348,11 @@ ACE_INLINE CORBA::Boolean operator>> (TAO_InputCDR &strm, TAO_SCIOP_Endpoint_Inf
#if !defined _TAO_CDR_OP_TAO_SCIOPEndpointSequence_I_
#define _TAO_CDR_OP_TAO_SCIOPEndpointSequence_I_
-CORBA::Boolean TAO_Export operator<< (
+CORBA::Boolean TAO_Strategies_Export operator<< (
TAO_OutputCDR &,
const TAO_SCIOPEndpointSequence &
);
-CORBA::Boolean TAO_Export operator>> (
+CORBA::Boolean TAO_Strategies_Export operator>> (
TAO_InputCDR &,
TAO_SCIOPEndpointSequence &
);