diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-06-14 16:58:56 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-06-14 16:58:56 +0000 |
commit | 19ca7d0ed9d5e30fb83677818fc483caa921ac05 (patch) | |
tree | 52968e9c5b3cbbf5c0a11cb88a48982331675076 | |
parent | e7f8a1f21b74c2fed4f3a92574fe68ef00053c09 (diff) | |
download | ATCD-19ca7d0ed9d5e30fb83677818fc483caa921ac05.tar.gz |
TAO_ObjectKey needs to be exported.
-rw-r--r-- | TAO/tao/Object_KeyC.h | 4 |
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 *&); |