summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Mesnier <mesnier_p@ociweb.com>2013-03-25 20:53:11 +0000
committerPhil Mesnier <mesnier_p@ociweb.com>2013-03-25 20:53:11 +0000
commit417e8f161ad3065a81937c02a1acd47b7dc5152e (patch)
treebbf4fbfa3914a1faed378f2351ad6a068f88908d
parent086a07b79dbbf3e1e1531801dea4ae5a70bbc715 (diff)
downloadATCD-417e8f161ad3065a81937c02a1acd47b7dc5152e.tar.gz
Mon Mar 25 20:52:13 UTC 2013 Phil Mesnier <mesnier_p@ociweb.com>
-rw-r--r--TAO/ChangeLog_Asynch_ImR6
-rw-r--r--TAO/orbsvcs/ImplRepo_Service/ImR_Locator_i.h2
2 files changed, 7 insertions, 1 deletions
diff --git a/TAO/ChangeLog_Asynch_ImR b/TAO/ChangeLog_Asynch_ImR
index d9c3dfe98b0..a2ab5caf664 100644
--- a/TAO/ChangeLog_Asynch_ImR
+++ b/TAO/ChangeLog_Asynch_ImR
@@ -1,3 +1,9 @@
+Mon Mar 25 20:52:13 UTC 2013 Phil Mesnier <mesnier_p@ociweb.com>
+
+ * orbsvcs/ImplRepo_Service/ImR_Locator_i.h:
+
+ Restore the export macro in the ImR_Locator impl class.
+
Mon Mar 25 20:41:16 UTC 2013 Phil Mesnier <mesnier_p@ociweb.com>
* orbsvcs/ImplRepo_Service/Adapter_Activator.cpp:
diff --git a/TAO/orbsvcs/ImplRepo_Service/ImR_Locator_i.h b/TAO/orbsvcs/ImplRepo_Service/ImR_Locator_i.h
index ff154a0781d..a1644d98d54 100644
--- a/TAO/orbsvcs/ImplRepo_Service/ImR_Locator_i.h
+++ b/TAO/orbsvcs/ImplRepo_Service/ImR_Locator_i.h
@@ -38,7 +38,7 @@ class UpdateableServerInfo;
/// requests an activator to take care of activating the
/// corresponding server and raises a forward exception to the
/// client pointing to the correct server.
-class ImR_Locator_i : public virtual POA_ImplementationRepository::Locator
+class Locator_Export ImR_Locator_i : public virtual POA_ImplementationRepository::Locator
{
public:
ImR_Locator_i();