summaryrefslogtreecommitdiff
path: root/ACE/tests/Framework_Component_Test.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-10-13 06:20:39 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-10-13 06:20:39 +0000
commitaacd0408f68c197b9c2f7da2d9a2df6a13bba971 (patch)
treec97e91d9224396fa4ed742659a9500137760b34a /ACE/tests/Framework_Component_Test.h
parent4c8fb3272d43a5a7eef778c7dbacc94ce3a508fc (diff)
downloadATCD-aacd0408f68c197b9c2f7da2d9a2df6a13bba971.tar.gz
Wed Oct 13 06:15:00 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/Framework_Component.h: * ace/Framework_Component.inl: * ace/Framework_Component.cpp: * ace/Framework_Component_T.h: Use ACE_Copy_Disabled, change c-style cast to const cast, use sync macros instead of ACE_MT. Thanks to Ranjit Hande <hande at avaya dot com> for reporting the c-style cast warnings * tests/Framework_Component_Test.h: Layout change
Diffstat (limited to 'ACE/tests/Framework_Component_Test.h')
-rw-r--r--ACE/tests/Framework_Component_Test.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/tests/Framework_Component_Test.h b/ACE/tests/Framework_Component_Test.h
index d5127477812..5f6e359afb7 100644
--- a/ACE/tests/Framework_Component_Test.h
+++ b/ACE/tests/Framework_Component_Test.h
@@ -22,7 +22,7 @@
#include "ace/Log_Msg.h"
-/// This we will use to test the ACE_Framework_Repository
+/// This we will use to test the ACE_Framework_Repository
class Simple_Service
{
public: