summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2001-05-08 13:18:20 +0000
committerbala <balanatarajan@users.noreply.github.com>2001-05-08 13:18:20 +0000
commitd4db252286354efcdd015f16791511df6a629794 (patch)
treedbad026ef7ba38ae3b97f1b068c4e4c1908f1f3a
parent5b3958a40d1c61fd422e22ead753d0a51489b89a (diff)
downloadATCD-d4db252286354efcdd015f16791511df6a629794.tar.gz
ChangeLogTag: Tue May 8 08:17:13 2001 Balachandran Natarajan <bala@cs.wustl.edu>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a5
-rw-r--r--TAO/tao/ORB_Core.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index b3c97d41be8..4f132245622 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,8 @@
+Tue May 8 08:17:13 2001 Balachandran Natarajan <bala@cs.wustl.edu>
+
+ * tao/ORB_Core.h: Added a TAO_Export to TAO_ORB_Core_Auto_Ptr
+ class.
+
Tue May 8 07:32:15 2001 Balachandran Natarajan <bala@cs.wustl.edu>
* tao/ORB_Core.cpp: Fixed a problem when the client connection
diff --git a/TAO/tao/ORB_Core.h b/TAO/tao/ORB_Core.h
index b1e36a5bcf4..584c578a9c3 100644
--- a/TAO/tao/ORB_Core.h
+++ b/TAO/tao/ORB_Core.h
@@ -1240,7 +1240,7 @@ protected:
* TAO_ORB_Core_Auto_Ptr should be renamed to TAO_ORB_Core_var
* since the ORB Core is reference counted.
*/
-class TAO_ORB_Core_Auto_Ptr
+class TAO_Export TAO_ORB_Core_Auto_Ptr
{
public: