summaryrefslogtreecommitdiff
path: root/TAO/tao
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao')
-rw-r--r--TAO/tao/DynAny_i.h2
-rw-r--r--TAO/tao/DynArray_i.h2
-rw-r--r--TAO/tao/DynEnum_i.h2
-rw-r--r--TAO/tao/DynSequence_i.h2
-rw-r--r--TAO/tao/DynStruct_i.h2
-rw-r--r--TAO/tao/DynUnion_i.h2
6 files changed, 6 insertions, 6 deletions
diff --git a/TAO/tao/DynAny_i.h b/TAO/tao/DynAny_i.h
index 84cfe08f770..fd8011d27ed 100644
--- a/TAO/tao/DynAny_i.h
+++ b/TAO/tao/DynAny_i.h
@@ -18,7 +18,7 @@
#include "tao/corba.h"
-class TAO_DynAny_i : public POA_CORBA::DynAny
+class TAO_Export TAO_DynAny_i : public POA_CORBA::DynAny
{
public:
TAO_DynAny_i (CORBA_TypeCode_ptr tc);
diff --git a/TAO/tao/DynArray_i.h b/TAO/tao/DynArray_i.h
index ff6311b7c48..aaa37e6210a 100644
--- a/TAO/tao/DynArray_i.h
+++ b/TAO/tao/DynArray_i.h
@@ -18,7 +18,7 @@
#include "ace/Containers.h"
-class TAO_DynArray_i : public POA_CORBA::DynArray
+class TAO_Export TAO_DynArray_i : public POA_CORBA::DynArray
{
public:
TAO_DynArray_i (const CORBA_Any& any);
diff --git a/TAO/tao/DynEnum_i.h b/TAO/tao/DynEnum_i.h
index 52010e9d582..d25f3c582eb 100644
--- a/TAO/tao/DynEnum_i.h
+++ b/TAO/tao/DynEnum_i.h
@@ -18,7 +18,7 @@
#include "ace/Containers.h"
-class TAO_DynEnum_i : public POA_CORBA::DynEnum
+class TAO_Export TAO_DynEnum_i : public POA_CORBA::DynEnum
{
public:
TAO_DynEnum_i (const CORBA_Any& any);
diff --git a/TAO/tao/DynSequence_i.h b/TAO/tao/DynSequence_i.h
index df4bfea8ae8..52929cced4b 100644
--- a/TAO/tao/DynSequence_i.h
+++ b/TAO/tao/DynSequence_i.h
@@ -18,7 +18,7 @@
#include "ace/Containers.h"
-class TAO_DynSequence_i : public POA_CORBA::DynSequence
+class TAO_Export TAO_DynSequence_i : public POA_CORBA::DynSequence
{
public:
TAO_DynSequence_i (const CORBA_Any& any);
diff --git a/TAO/tao/DynStruct_i.h b/TAO/tao/DynStruct_i.h
index a61f41de0fa..a0d5359dd6f 100644
--- a/TAO/tao/DynStruct_i.h
+++ b/TAO/tao/DynStruct_i.h
@@ -18,7 +18,7 @@
#include "ace/Containers.h"
-class TAO_DynStruct_i : public POA_CORBA::DynStruct
+class TAO_Export TAO_DynStruct_i : public POA_CORBA::DynStruct
{
public:
TAO_DynStruct_i (const CORBA_Any& any);
diff --git a/TAO/tao/DynUnion_i.h b/TAO/tao/DynUnion_i.h
index 90673793ae0..415de84ac00 100644
--- a/TAO/tao/DynUnion_i.h
+++ b/TAO/tao/DynUnion_i.h
@@ -18,7 +18,7 @@
#include "tao/DynUnion_i_T.h"
-class TAO_DynUnion_i : public POA_CORBA::DynUnion
+class TAO_Export TAO_DynUnion_i : public POA_CORBA::DynUnion
{
public:
TAO_DynUnion_i (const CORBA_Any& any);