summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>1999-07-21 00:18:50 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>1999-07-21 00:18:50 +0000
commitfc201fee72fdc868e39b52532c5aeba60e1091e4 (patch)
tree6740f4ab2417c49e85e70273f219f51a11c44bf4
parent4c6f3324b333efb6f1d70383954a181a9be26666 (diff)
downloadATCD-fc201fee72fdc868e39b52532c5aeba60e1091e4.tar.gz
Added missing TAO_Export macros in class declarations.
-rw-r--r--TAO/tao/ObjectIDList.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/ObjectIDList.h b/TAO/tao/ObjectIDList.h
index b5c51249cc6..584dd5e8af4 100644
--- a/TAO/tao/ObjectIDList.h
+++ b/TAO/tao/ObjectIDList.h
@@ -37,7 +37,7 @@
// ObjectIdList
// *************************************************************
-class CORBA_ORB_ObjectIdList : public
+class TAO_Export CORBA_ORB_ObjectIdList : public
#if !defined (TAO_USE_SEQUENCE_TEMPLATES)
TAO_Unbounded_String_Sequence
#else /* TAO_USE_SEQUENCE_TEMPLATES */
@@ -68,7 +68,7 @@ typedef CORBA_ORB_ObjectIdList *CORBA_ORB_ObjectIdList_ptr;
// class CORBA::ORB::ObjectIdList_var
// *************************************************************
-class CORBA_ORB_ObjectIdList_var
+class TAO_Export CORBA_ORB_ObjectIdList_var
{
public:
CORBA_ORB_ObjectIdList_var (void); // default constructor
@@ -102,7 +102,7 @@ private:
#if !defined (_CORBA_ORB_OBJECTIDLIST___OUT_CH_)
#define _CORBA_ORB_OBJECTIDLIST___OUT_CH_
-class CORBA_ORB_ObjectIdList_out
+class TAO_Export CORBA_ORB_ObjectIdList_out
{
public:
CORBA_ORB_ObjectIdList_out (CORBA_ORB_ObjectIdList *&);