summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2019-04-27 09:37:57 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2019-04-27 09:37:57 +0200
commite04261bab50a3c23e0eacf57db3aa9dfe16fad4d (patch)
tree135ff6e604f39770d861d5242726884c88f2a579
parent629588a38264e5ff3d2fd2a0c8f866d863b332b7 (diff)
downloadATCD-e04261bab50a3c23e0eacf57db3aa9dfe16fad4d.tar.gz
Add missing Activator_Export macro to the Watchdog for MinGW unresolved symbols during linking
* TAO/orbsvcs/ImplRepo_Service/ImR_Activator_i.h:
-rw-r--r--TAO/orbsvcs/ImplRepo_Service/ImR_Activator_i.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/ImplRepo_Service/ImR_Activator_i.h b/TAO/orbsvcs/ImplRepo_Service/ImR_Activator_i.h
index 58d28fb5f01..86d8c7b604c 100644
--- a/TAO/orbsvcs/ImplRepo_Service/ImR_Activator_i.h
+++ b/TAO/orbsvcs/ImplRepo_Service/ImR_Activator_i.h
@@ -57,7 +57,7 @@ typedef ACE_INT32 Act_token_type;
#if defined (ACE_WIN32)
class Active_Pid_Setter;
-class Watchdog : public ACE_Task_Base
+class Activator_Export Watchdog : public ACE_Task_Base
{
public:
Watchdog (ACE_Process_Manager& procman);