summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-05-01 20:51:43 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-05-01 20:51:43 +0000
commit3e30f01c493b471213875de7e3945eaf9fe1f597 (patch)
treecdf90a3860533b83854cd4a2bbe50fc3531c6d48
parentffaa5f192926b503aac1f141420e279b4b1d3bc9 (diff)
downloadATCD-3e30f01c493b471213875de7e3945eaf9fe1f597.tar.gz
ChangeLogTag: Thu May 1 15:48:19 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
-rw-r--r--TAO/ChangeLog_ref8
-rw-r--r--TAO/tao/ObjRefTemplate/ObjectReferenceTemplateC.h2
-rw-r--r--TAO/tao/Valuetype/ValueFactory_Map.h5
3 files changed, 12 insertions, 3 deletions
diff --git a/TAO/ChangeLog_ref b/TAO/ChangeLog_ref
index 27abbd8b5ab..93678ee1e09 100644
--- a/TAO/ChangeLog_ref
+++ b/TAO/ChangeLog_ref
@@ -1,3 +1,11 @@
+Thu May 1 15:48:19 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
+
+ * tao/ObjectReferencTemplate/ObjectReferenceTemplateC.h:
+ * tao/Valuetype/ValueFactory_Map.h:
+
+ Minor changes to get the ORT and Valuetype libraries to
+ compile.
+
Wed Apr 30 21:33:08 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
* tao/ORB.cpp:
diff --git a/TAO/tao/ObjRefTemplate/ObjectReferenceTemplateC.h b/TAO/tao/ObjRefTemplate/ObjectReferenceTemplateC.h
index 8d4a343674b..d9712ea3fca 100644
--- a/TAO/tao/ObjRefTemplate/ObjectReferenceTemplateC.h
+++ b/TAO/tao/ObjRefTemplate/ObjectReferenceTemplateC.h
@@ -33,9 +33,9 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#include "tao/ValueBase.h"
#include "tao/Exception.h"
#include "tao/Any_T.h"
+#include "tao/Valuetype/ValueBase.h"
#if defined (TAO_EXPORT_MACRO)
#undef TAO_EXPORT_MACRO
diff --git a/TAO/tao/Valuetype/ValueFactory_Map.h b/TAO/tao/Valuetype/ValueFactory_Map.h
index c2b81528567..c94a28f1e6d 100644
--- a/TAO/tao/Valuetype/ValueFactory_Map.h
+++ b/TAO/tao/Valuetype/ValueFactory_Map.h
@@ -22,10 +22,11 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
+#include "valuetype_export.h"
#include "ace/Hash_Map_Manager_T.h"
-#include "ace/Synch.h"
+//#include "ace/Synch.h"
-class TAO_ValueFactory_Map
+class TAO_Valuetype_Export TAO_ValueFactory_Map
{
public: