summaryrefslogtreecommitdiff
path: root/CIAO
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-05-26 13:20:25 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-05-26 13:20:25 +0000
commitb2d5d26a3b0d7307135ef668cc482dd2f8e46222 (patch)
treebb3b34e03ce2bc43cca14b18882ea63adaaa8506 /CIAO
parenteafbef7a41476373cc20d819faf2e7ed3af63ab4 (diff)
downloadATCD-b2d5d26a3b0d7307135ef668cc482dd2f8e46222.tar.gz
Wed May 26 13:20:34 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* ciao/Deployment/Handlers/CIAO_State.h: Fixed FC8 compile error
Diffstat (limited to 'CIAO')
-rw-r--r--CIAO/ChangeLog7
-rw-r--r--CIAO/ciao/Deployment/Handlers/CIAO_State.h2
2 files changed, 7 insertions, 2 deletions
diff --git a/CIAO/ChangeLog b/CIAO/ChangeLog
index 745b8e0ad8d..5c19e3d2ca6 100644
--- a/CIAO/ChangeLog
+++ b/CIAO/ChangeLog
@@ -1,7 +1,12 @@
+Wed May 26 13:20:34 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * ciao/Deployment/Handlers/CIAO_State.h:
+ Fixed FC8 compile error
+
Wed May 26 11:51:07 UTC 2010 Jeff Parsons <j.parsons@vanderbilt.edu>
* tests/IDL_Test/Inherited_Component/IhC_Bar.mpc:
-
+
Added an item to the 'after' list of a build project - apparently
there is a build order problem on some platforms.
diff --git a/CIAO/ciao/Deployment/Handlers/CIAO_State.h b/CIAO/ciao/Deployment/Handlers/CIAO_State.h
index c5fd33bd667..e1b896addbc 100644
--- a/CIAO/ciao/Deployment/Handlers/CIAO_State.h
+++ b/CIAO/ciao/Deployment/Handlers/CIAO_State.h
@@ -82,6 +82,6 @@ namespace CIAO
CIAO_LOCALITY_HANDLER_SINGLETON_DECLARE (ACE_Singleton,
CIAO::Deployment_State,
- ACE_SYNCH_MUTEX);
+ ACE_SYNCH_MUTEX)
#endif