summaryrefslogtreecommitdiff
path: root/TAO/tao/Object_KeyC.h
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-14 16:58:56 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-14 16:58:56 +0000
commit19ca7d0ed9d5e30fb83677818fc483caa921ac05 (patch)
tree52968e9c5b3cbbf5c0a11cb88a48982331675076 /TAO/tao/Object_KeyC.h
parente7f8a1f21b74c2fed4f3a92574fe68ef00053c09 (diff)
downloadATCD-19ca7d0ed9d5e30fb83677818fc483caa921ac05.tar.gz
TAO_ObjectKey needs to be exported.
Diffstat (limited to 'TAO/tao/Object_KeyC.h')
-rw-r--r--TAO/tao/Object_KeyC.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Object_KeyC.h b/TAO/tao/Object_KeyC.h
index 3c66349b5ea..7edabe89708 100644
--- a/TAO/tao/Object_KeyC.h
+++ b/TAO/tao/Object_KeyC.h
@@ -42,7 +42,7 @@ public:
TAO_ObjectKey& operator= (const TAO_ObjectKey &);
};
-class TAO_ObjectKey_var
+class TAO_Export TAO_ObjectKey_var
{
public:
TAO_ObjectKey_var (void); // default constructor
@@ -70,7 +70,7 @@ private:
TAO_ObjectKey *ptr_;
};
-class TAO_ObjectKey_out
+class TAO_Export TAO_ObjectKey_out
{
public:
TAO_ObjectKey_out (TAO_ObjectKey *&);