summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-03-23 05:19:15 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-03-23 05:19:15 +0000
commit3a688741c52534d50d30bd1db5e93558578f3351 (patch)
tree2987399996a1b001d4ade3bdfe640a76115a6394
parent319de2fe33eaa2143de8d86e9c86c4d61817ddbc (diff)
downloadATCD-3a688741c52534d50d30bd1db5e93558578f3351.tar.gz
Added TAO_Export to CORBA_Object_ptr and CORBA_Object_var.
-rw-r--r--TAO/tao/Object.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Object.h b/TAO/tao/Object.h
index 398d598fe5b..4be79c04f44 100644
--- a/TAO/tao/Object.h
+++ b/TAO/tao/Object.h
@@ -154,7 +154,7 @@ private:
CORBA_Object &operator = (const CORBA_Object &);
};
-class CORBA_Object_var
+class TAO_Export CORBA_Object_var
{
public:
CORBA_Object_var (void); // default constructor
@@ -179,7 +179,7 @@ private:
CORBA::Object_ptr ptr_;
};
-class CORBA_Object_out
+class TAO_Export CORBA_Object_out
{
public:
CORBA_Object_out (CORBA::Object_ptr &);