summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-07-19 09:50:14 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-07-19 09:50:14 +0000
commite5b2d6c7b2c9b3459c5db1a1e977e8e13d10aa1a (patch)
tree8646bceeecf5510e71acb4d43f06171df24b086e
parentbc56a115ee56471225f68d5adf8e656ad7c7652e (diff)
downloadATCD-e5b2d6c7b2c9b3459c5db1a1e977e8e13d10aa1a.tar.gz
Sun Jul 19 09:50:47 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
* ciao/Servants/Port_Activator_T.cpp: Layout change * ciao/Servants/Servants.mpc: Port_Activator_T is a template file, not a source file
-rw-r--r--CIAO/ChangeLog8
-rw-r--r--CIAO/ciao/Servants/Port_Activator_T.cpp1
-rw-r--r--CIAO/ciao/Servants/Servants.mpc2
3 files changed, 9 insertions, 2 deletions
diff --git a/CIAO/ChangeLog b/CIAO/ChangeLog
index e9b4329a167..6f52dd1997e 100644
--- a/CIAO/ChangeLog
+++ b/CIAO/ChangeLog
@@ -1,3 +1,11 @@
+Sun Jul 19 09:50:47 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * ciao/Servants/Port_Activator_T.cpp:
+ Layout change
+
+ * ciao/Servants/Servants.mpc:
+ Port_Activator_T is a template file, not a source file
+
Sun Jul 19 09:46:47 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
* DAnCE/DomainApplication/Domain_Application_Impl.cpp:
diff --git a/CIAO/ciao/Servants/Port_Activator_T.cpp b/CIAO/ciao/Servants/Port_Activator_T.cpp
index c46ba91e7ad..6b8b69b2e24 100644
--- a/CIAO/ciao/Servants/Port_Activator_T.cpp
+++ b/CIAO/ciao/Servants/Port_Activator_T.cpp
@@ -8,7 +8,6 @@
#include "ace/OS_NS_string.h"
-
namespace CIAO
{
template <typename SERV,
diff --git a/CIAO/ciao/Servants/Servants.mpc b/CIAO/ciao/Servants/Servants.mpc
index 8ff6dad9481..11934238bf8 100644
--- a/CIAO/ciao/Servants/Servants.mpc
+++ b/CIAO/ciao/Servants/Servants.mpc
@@ -28,11 +28,11 @@ project(CIAO_Servant_Impl) : ciao_servant_activator, ciao_port_activator_stub, c
Servant_Impl_T.cpp
StandardConfigurator_Impl.cpp
Port_Activator.cpp
- Port_Activator_T.cpp
}
Template_Files {
Servant_Impl_Utils_T.cpp
+ Port_Activator_T.cpp
}
Header_Files {