summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-03-30 13:32:17 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-03-30 13:32:17 +0000
commit564f826662a74342eb4e914bfa121bdc9bce31b8 (patch)
tree2f05be68dee76e7972bedcd08d8eb7e43a8f71fc
parent3059666179b18da610e103483183dd3d79ad51cf (diff)
downloadATCD-564f826662a74342eb4e914bfa121bdc9bce31b8.tar.gz
ChangeLogTag: Wed Mar 30 13:20:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/CIAO/ChangeLog6
-rw-r--r--TAO/examples/POA/DSI/Database_i.cpp6
-rw-r--r--TAO/examples/Simulator/Event_Supplier/Event_Con.cpp2
-rw-r--r--TAO/orbsvcs/orbsvcs/FaultTolerance/FT_ServerRequest_Interceptor.cpp2
-rw-r--r--TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/Request_Context_Repository.cpp2
-rw-r--r--TAO/orbsvcs/orbsvcs/Log/PersistStore.h2
-rw-r--r--TAO/tests/DynAny_Test/data.cpp2
-rw-r--r--TAO/tests/Portable_Interceptors/Collocated/Dynamic/interceptors.cpp2
-rw-r--r--TAO/tests/Portable_Interceptors/Dynamic/interceptors.cpp2
9 files changed, 16 insertions, 10 deletions
diff --git a/TAO/CIAO/ChangeLog b/TAO/CIAO/ChangeLog
index bc6c36a26e7..af69abdce59 100644
--- a/TAO/CIAO/ChangeLog
+++ b/TAO/CIAO/ChangeLog
@@ -1,3 +1,9 @@
+Wed Mar 30 13:20:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * DAnCE/Config_Handlers/DataType_Handler.cpp:
+ * DAnCE/Old_Config_Handlers/DT_Handler.cpp:
+ Fixed include of Typecode.h to TypeCode.h
+
Thu Mar 24 17:02:34 Will Otte <wotte@dre.vanderbilt.edu>
* DAnCE/Config_Handlers/Basic_Deployment_Data.hpp
diff --git a/TAO/examples/POA/DSI/Database_i.cpp b/TAO/examples/POA/DSI/Database_i.cpp
index d26da17347e..8f6f2add564 100644
--- a/TAO/examples/POA/DSI/Database_i.cpp
+++ b/TAO/examples/POA/DSI/Database_i.cpp
@@ -5,11 +5,11 @@
#include "tao/DynamicInterface/Server_Request.h"
#include "tao/NVList.h"
-#include "tao/Typecode.h"
+#include "tao/TypeCode.h"
#include "ace/Null_Mutex.h"
-ACE_RCSID (DSI,
- Database_i,
+ACE_RCSID (DSI,
+ Database_i,
"$Id$")
DatabaseImpl::Simpler_Database_Malloc::Simpler_Database_Malloc (void)
diff --git a/TAO/examples/Simulator/Event_Supplier/Event_Con.cpp b/TAO/examples/Simulator/Event_Supplier/Event_Con.cpp
index b0718b89605..860ce49c2ab 100644
--- a/TAO/examples/Simulator/Event_Supplier/Event_Con.cpp
+++ b/TAO/examples/Simulator/Event_Supplier/Event_Con.cpp
@@ -29,7 +29,7 @@
#include "orbsvcs/Scheduler_Factory.h"
#include "tao/ORB_Core.h"
-#include "tao/Typecode.h"
+#include "tao/TypeCode.h"
#include "ace/Get_Opt.h"
#include "ace/Sched_Params.h"
diff --git a/TAO/orbsvcs/orbsvcs/FaultTolerance/FT_ServerRequest_Interceptor.cpp b/TAO/orbsvcs/orbsvcs/FaultTolerance/FT_ServerRequest_Interceptor.cpp
index 0b3ad78e22e..5cf0b45ae49 100644
--- a/TAO/orbsvcs/orbsvcs/FaultTolerance/FT_ServerRequest_Interceptor.cpp
+++ b/TAO/orbsvcs/orbsvcs/FaultTolerance/FT_ServerRequest_Interceptor.cpp
@@ -4,7 +4,7 @@
#include "tao/IOP_IORC.h"
#include "tao/ORB_Constants.h"
#include "tao/DynamicC.h"
-#include "tao/Typecode.h"
+#include "tao/TypeCode.h"
#include "tao/CDR.h"
#include "orbsvcs/FT_CORBA_ORBC.h"
#include "ace/Log_Msg.h"
diff --git a/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/Request_Context_Repository.cpp b/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/Request_Context_Repository.cpp
index 0481176c83a..3247bc06c2a 100644
--- a/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/Request_Context_Repository.cpp
+++ b/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/Request_Context_Repository.cpp
@@ -4,7 +4,7 @@
#include "../Utils/resolve_init.h"
#include "../Utils/UUID.h"
-#include "tao/Typecode.h"
+#include "tao/TypeCode.h"
#include "tao/IOP_IORC.h"
#include "ace/TSS_T.h"
diff --git a/TAO/orbsvcs/orbsvcs/Log/PersistStore.h b/TAO/orbsvcs/orbsvcs/Log/PersistStore.h
index 6945a77b6b0..966032096e0 100644
--- a/TAO/orbsvcs/orbsvcs/Log/PersistStore.h
+++ b/TAO/orbsvcs/orbsvcs/Log/PersistStore.h
@@ -18,7 +18,7 @@
#include /**/ "ace/pre.h"
#include "orbsvcs/DsLogAdminS.h"
-#include "tao/Typecode.h"
+#include "tao/TypeCode.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
diff --git a/TAO/tests/DynAny_Test/data.cpp b/TAO/tests/DynAny_Test/data.cpp
index 2a2639416b5..a8c98a56ddf 100644
--- a/TAO/tests/DynAny_Test/data.cpp
+++ b/TAO/tests/DynAny_Test/data.cpp
@@ -13,7 +13,7 @@
#include "data.h"
-#include "tao/Typecode.h"
+#include "tao/TypeCode.h"
#include "tao/PortableServer/PortableServer.h"
Data::Data (CORBA::ORB_var orb)
diff --git a/TAO/tests/Portable_Interceptors/Collocated/Dynamic/interceptors.cpp b/TAO/tests/Portable_Interceptors/Collocated/Dynamic/interceptors.cpp
index 479a0e71378..227b18a6086 100644
--- a/TAO/tests/Portable_Interceptors/Collocated/Dynamic/interceptors.cpp
+++ b/TAO/tests/Portable_Interceptors/Collocated/Dynamic/interceptors.cpp
@@ -4,7 +4,7 @@
#include "ace/Log_Msg.h"
#include "ace/OS_NS_string.h"
#include "tao/DynamicC.h"
-#include "tao/Typecode.h"
+#include "tao/TypeCode.h"
ACE_RCSID (Dynamic,
interceptors,
diff --git a/TAO/tests/Portable_Interceptors/Dynamic/interceptors.cpp b/TAO/tests/Portable_Interceptors/Dynamic/interceptors.cpp
index ec77e6508e7..4445b315e77 100644
--- a/TAO/tests/Portable_Interceptors/Dynamic/interceptors.cpp
+++ b/TAO/tests/Portable_Interceptors/Dynamic/interceptors.cpp
@@ -4,7 +4,7 @@
#include "testC.h"
#include "tao/DynamicC.h"
-#include "tao/Typecode.h"
+#include "tao/TypeCode.h"
#include "ace/Log_Msg.h"
#include "ace/OS_NS_string.h"