summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2007-04-03 18:14:07 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2007-04-03 18:14:07 +0000
commit2593725b67e0f3cb9d4eb25b444d4373687cf516 (patch)
tree8e1805962040a767a04288a3af20a5d2659963b0
parentd9d0968d26585bab67cafc519c278243f9e8d79f (diff)
downloadATCD-2593725b67e0f3cb9d4eb25b444d4373687cf516.tar.gz
ChangeLogTag: Tue Apr 3 18:14:07 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--ACE/ChangeLog7
-rw-r--r--ACE/ace/Service_Gestalt.h2
2 files changed, 8 insertions, 1 deletions
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 <elliott_c@ociweb.com>
+
+ * 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 <elliott_c@ociweb.com>
* 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,