summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Mitz <mitza-oci@users.noreply.github.com>2007-02-14 19:58:22 +0000
committerAdam Mitz <mitza-oci@users.noreply.github.com>2007-02-14 19:58:22 +0000
commitb2b7cc3206a268281740f60c4168e378eae179e6 (patch)
tree8fc131769ed02c072910666d0694d864b8ab5189
parent3bc3e41e2b844e5e379f14981240435178dd4fe5 (diff)
downloadATCD-b2b7cc3206a268281740f60c4168e378eae179e6.tar.gz
ChangeLogTag: Wed Feb 14 19:56:14 UTC 2007 Adam Mitz <mitza@ociweb.com>
-rw-r--r--ACE/ChangeLog5
-rw-r--r--ACE/ace/Service_Config.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index c658c6e7265..eff3563b46b 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,8 @@
+Wed Feb 14 19:56:14 UTC 2007 Adam Mitz <mitza@ociweb.com>
+
+ * ace/Service_Config.h:
+ s/TAO_Export/ACE_Export/
+
Wed Feb 14 19:21:58 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
* bin/tao_orb_tests.lst:
diff --git a/ACE/ace/Service_Config.h b/ACE/ace/Service_Config.h
index 9c5ae4e2d0a..a1fb5feed00 100644
--- a/ACE/ace/Service_Config.h
+++ b/ACE/ace/Service_Config.h
@@ -234,7 +234,7 @@ private:
* independent of which thread is actually using the SC at the time
* to do so.
*/
- class TAO_Export TSS_Resources
+ class ACE_Export TSS_Resources
{
public:
TSS_Resources (void);