From 2593725b67e0f3cb9d4eb25b444d4373687cf516 Mon Sep 17 00:00:00 2001 From: elliott_c Date: Tue, 3 Apr 2007 18:14:07 +0000 Subject: ChangeLogTag: Tue Apr 3 18:14:07 UTC 2007 Chad Elliott --- ACE/ChangeLog | 7 +++++++ ACE/ace/Service_Gestalt.h | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ACE/ChangeLog b/ACE/ChangeLog index 2af74065526..dbc32460afe 100644 --- a/ACE/ChangeLog +++ b/ACE/ChangeLog @@ -1,3 +1,10 @@ +Tue Apr 3 18:14:07 UTC 2007 Chad Elliott + + * ace/Service_Gestalt.h: + + Added the missing export for the ACE_Service_Type_Dynamic_Guard + class. + Tue Apr 3 13:07:49 UTC 2007 Chad Elliott * bin/tao_orb_tests.lst: diff --git a/ACE/ace/Service_Gestalt.h b/ACE/ace/Service_Gestalt.h index 8a9949bd190..d5ce83868c1 100644 --- a/ACE/ace/Service_Gestalt.h +++ b/ACE/ace/Service_Gestalt.h @@ -471,7 +471,7 @@ protected: * static services to hold a reference to the DLL, from which they * have originated. */ -class ACE_Service_Type_Dynamic_Guard +class ACE_Export ACE_Service_Type_Dynamic_Guard { public: ACE_Service_Type_Dynamic_Guard (ACE_Service_Repository &r, -- cgit v1.2.1