From 3e30f01c493b471213875de7e3945eaf9fe1f597 Mon Sep 17 00:00:00 2001 From: parsons Date: Thu, 1 May 2003 20:51:43 +0000 Subject: ChangeLogTag: Thu May 1 15:48:19 2003 Jeff Parsons --- TAO/ChangeLog_ref | 8 ++++++++ TAO/tao/ObjRefTemplate/ObjectReferenceTemplateC.h | 2 +- TAO/tao/Valuetype/ValueFactory_Map.h | 5 +++-- 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 + + * 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 * 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: -- cgit v1.2.1