diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2003-04-24 08:52:07 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2003-04-24 08:52:07 +0000 |
commit | a381ddb51d85388c62d31de2a09acf96f7b68a3c (patch) | |
tree | e55fc4ffbcb36546980c4bf933318116b2cdd13e /examples | |
parent | 1de55ff6a5ca65460c93b028fa550c547bd231c9 (diff) | |
download | ATCD-a381ddb51d85388c62d31de2a09acf96f7b68a3c.tar.gz |
ChangeLogTag: Thu Apr 24 08:49:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'examples')
-rw-r--r-- | examples/Service_Configurator/Misc/Timer_Service.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Service_Configurator/Misc/Timer_Service.h b/examples/Service_Configurator/Misc/Timer_Service.h index 66e940165cf..e740cb9ac91 100644 --- a/examples/Service_Configurator/Misc/Timer_Service.h +++ b/examples/Service_Configurator/Misc/Timer_Service.h @@ -64,7 +64,7 @@ public: }; // Declare both static and dynamic services. -ACE_STATIC_SVC_DECLARE (Timer_Service_1) +ACE_STATIC_SVC_DECLARE_EXPORT (ACE_Svc, Timer_Service_1) ACE_SVC_FACTORY_DECLARE (Timer_Service_1) ACE_SVC_FACTORY_DECLARE (Timer_Service_2) ACE_SVC_FACTORY_DECLARE (Timer_Service_3) |