summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2003-04-24 08:52:07 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2003-04-24 08:52:07 +0000
commita381ddb51d85388c62d31de2a09acf96f7b68a3c (patch)
treee55fc4ffbcb36546980c4bf933318116b2cdd13e
parent1de55ff6a5ca65460c93b028fa550c547bd231c9 (diff)
downloadATCD-a381ddb51d85388c62d31de2a09acf96f7b68a3c.tar.gz
ChangeLogTag: Thu Apr 24 08:49:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--ChangeLog12
-rw-r--r--examples/Service_Configurator/Misc/Timer_Service.h2
2 files changed, 11 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 5b89d02ee63..359d793b63a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,20 @@
+Thu Apr 24 08:50:23 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * examples/Service_Configurator/Misc/Timer_Service.h:
+ Use ACE_STATIC_SVC_DECLARE_EXPORT instead of ACE_STATIC_SVC_DECLARE
+ to export Timer_Service_1 from the DLL. This solves Kylix link
+ problems.
+
Thu Apr 24 07:44:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
* examples/Timer_Queue/TQTD.dsp:
* examples/Timer_Queue/TQTDDLL.dsp:
Removed TQTD.dsp and added TQTDDLL.dsp. Show in the name we build a
- dll.
+ dll. Also add Library to the name of the configuration so that the
+ autobuild scripts builds this project first.
* examples/Timer_Queue/Timer_Queue.dsw:
- Updated because of name change
+ Updated because of name change.
Wed Apr 23 18:19:07 2003 Ossama Othman <ossama@dre.vanderbilt.edu>
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)