summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-08-23 13:13:16 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-08-23 13:13:16 +0000
commitf6dbf2b32920249151230c5eb44a17e0f8f39cde (patch)
treeeb4cb456922aaaa2df8356c4be5e8b23b75997d9
parenta66b693bdc1e80f6d2b521babd82e95142edd3a1 (diff)
downloadATCD-f6dbf2b32920249151230c5eb44a17e0f8f39cde.tar.gz
ChangeLogTag: Tue Aug 23 13:13:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/ChangeLog51
1 files changed, 25 insertions, 26 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index d76d79fda81..c188b5a8444 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,32 +1,31 @@
+Tue Aug 23 13:13:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * tao/Abstract_Servant_Base.h:
+ * tao/PortableServer/Servant_Base.{h,cpp}:
+ Changed the type of the operation name length to size_t to fix
+ 64bit conversion warnings
+
Tue Aug 23 12:52:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
* TAO_IDL/be/be_visitor_operation/exceptlist_ss.cpp:
- * tao/Abstract_Servant_Base.h
- * tao/CORBA_String.cpp
- * tao/Invocation_Adapter.h
- * tao/Invocation_Adapter.inl
- * tao/ORB.cpp
- * tao/ServerRequestInterceptor_Adapter.h
- * tao/operation_details.h
- * tao/operation_details.i
- * tao/Domain/DomainS.cpp
- * tao/DynamicInterface/DII_Invocation_Adapter.cpp
- * tao/DynamicInterface/DII_Invocation_Adapter.h
- * tao/IORInterceptor/IORInterceptor_Adapter_Impl.cpp
- * tao/ImR_Client/ImplRepoS.cpp
- * tao/ImR_Client/ServerObjectS.cpp
- * tao/Messaging/Asynch_Invocation_Adapter.cpp
- * tao/Messaging/Asynch_Invocation_Adapter.h
- * tao/Messaging/MessagingS.cpp
- * tao/PI_Server/ServerInterceptorAdapter.cpp
- * tao/PI_Server/ServerInterceptorAdapter.h
- * tao/PI_Server/ServerRequestInfo.h
- * tao/PI_Server/ServerRequestInfo.inl
- * tao/PortableServer/PolicyS.cpp
- * tao/PortableServer/Upcall_Wrapper.cpp
- * tao/PortableServer/Upcall_Wrapper.h
- * tao/Valuetype/AbstractBase_Invocation_Adapter.cpp
- * tao/Valuetype/AbstractBase_Invocation_Adapter.h
+ * tao/Abstract_Servant_Base.h:
+ * tao/CORBA_String.cpp:
+ * tao/Invocation_Adapter.{h,inl}:
+ * tao/ORB.cpp:
+ * tao/ServerRequestInterceptor_Adapter.h:
+ * tao/operation_details.{h,i}:
+ * tao/Domain/DomainS.cpp:
+ * tao/DynamicInterface/DII_Invocation_Adapter.{h,cpp}:
+ * tao/IORInterceptor/IORInterceptor_Adapter_Impl.cpp:
+ * tao/ImR_Client/ImplRepoS.cpp:
+ * tao/ImR_Client/ServerObjectS.cpp:
+ * tao/Messaging/Asynch_Invocation_Adapter.{h,cpp}:
+ * tao/Messaging/MessagingS.cpp:
+ * tao/PI_Server/ServerInterceptorAdapter.{h,cpp}:
+ * tao/PI_Server/ServerRequestInfo.{h,inl}:
+ * tao/PortableServer/PolicyS.cpp:
+ * tao/PortableServer/Upcall_Wrapper.{h,cpp}:
+ * tao/Valuetype/AbstractBase_Invocation_Adapter.{h,cpp}:
Fixed several 64bit conversion warnings. The size of the
exception list is now a CORBA::ULong, the length of the operation
name is size_t.