summaryrefslogtreecommitdiff
path: root/TAO/tao/Object_KeyC.h
diff options
context:
space:
mode:
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 7edabe89708..3c66349b5ea 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_Export TAO_ObjectKey_var
+class TAO_ObjectKey_var
{
public:
TAO_ObjectKey_var (void); // default constructor
@@ -70,7 +70,7 @@ private:
TAO_ObjectKey *ptr_;
};
-class TAO_Export TAO_ObjectKey_out
+class TAO_ObjectKey_out
{
public:
TAO_ObjectKey_out (TAO_ObjectKey *&);