summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-05-03 19:06:01 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-05-03 19:06:01 +0000
commit5835007e35cf5a4939302a83139f57a2bebe71e8 (patch)
tree86821e738221cea4d18a5ad4fcf6b58763e74df6
parenta30d830bbc5419468473670233123cf668cb3669 (diff)
downloadATCD-5835007e35cf5a4939302a83139f57a2bebe71e8.tar.gz
ChangeLogTag: Sat May 3 14:00:48 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
-rw-r--r--TAO/ChangeLog_ref87
1 files changed, 87 insertions, 0 deletions
diff --git a/TAO/ChangeLog_ref b/TAO/ChangeLog_ref
index 0d075353c1b..bee09eb2542 100644
--- a/TAO/ChangeLog_ref
+++ b/TAO/ChangeLog_ref
@@ -1,3 +1,90 @@
+Sat May 3 14:00:48 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
+
+ * tao/Any_T.cpp:
+ * tao/Any_T.h:
+ * tao/Any_T.inl:
+
+ Removed these files and replaced them with those below.
+
+ * tao/Any_Array_Impl_T.cpp:
+ * tao/Any_Array_Impl_T.h:
+ * tao/Any_Array_Impl_T.inl:
+ * tao/Any_Basic_Impl_T.cpp:
+ * tao/Any_Basic_Impl_T.h:
+ * tao/Any_Basic_Impl_T.inl:
+ * tao/Any_Dual_Impl_T.cpp:
+ * tao/Any_Dual_Impl_T.h:
+ * tao/Any_Dual_Impl_T.inl:
+ * tao/Any_Impl_T.cpp:
+ * tao/Any_Impl_T.h:
+ * tao/Any_Impl_T.inl:
+ * tao/Any_Special_Basic_Impl_T.cpp:
+ * tao/Any_Special_Basic_Impl_T.h:
+ * tao/Any_Special_Basic_Impl_T.inl:
+ * tao/Any_Special_Impl_T.cpp:
+ * tao/Any_Special_Impl_T.h:
+ * tao/Any_Special_Impl_T.inl:
+
+ New files, each set containing one template class,
+ allowing more fine-grained includes.
+
+ * tao/Any.cpp:
+ * tao/Any.h:
+ * tao/CONV_FRAMEC.cpp:
+ * tao/CurrentC.h:
+ * tao/DynamicC.h:
+ * tao/GIOPC.cpp:
+ * tao/IIOPC.cpp:
+ * tao/IOP_CodecC.h:
+ * tao/OctetSeqC.cpp:
+ * tao/PolicyC.h:
+ * tao/Policy_ForwardC.cpp:
+ * tao/Policy_ForwardC.h:
+ * tao/ServicesC.cpp:
+ * tao/StringSeqC.cpp:
+ * tao/TAO.dsp:
+ * tao/TAOC.cpp:
+ * tao/TimeBaseC.cpp:
+ * tao/TimeBaseC.h:
+ * tao/corba.h:
+ * tao/corbafwd.h:
+ * tao/DynamicAny/DynAny_i.h:
+ * tao/IFR_Client/IFR_BaseC.h:
+ * tao/IORManipulation/IORC.h:
+ * tao/ObjRefTemplate/ObjectReferenceTemplateC.h:
+ * tao/PortableServer/Default_ORTC.cpp:
+ * tao/PortableServer/ImplRepoC.h:
+ * tao/PortableServer/PortableServerC.h:
+ * tao/RTCORBA/RTCORBAC.h:
+
+ Changes resulting from the new files above.
+
+ * tao/IORInterceptor/TAO_IORInterceptor.dsp:
+ * tao/ObjRefTemplate/TAO_ObjRefTemplate.dsp:
+
+ Fixed settings in the release version.
+
+ * tao/Makefile.tao:
+ * tao/BiDir_GIOP/Makefile:
+ * tao/RTCORBA/Makefile:
+ * tao/RTPortableServer/Makefile:
+ * tao/Strategies/Makefile:
+ * tao/TypeCodeFactory/Makefile:
+ * tao/Utils/Makefile:
+ * tao/IORManipulation/Makefile:
+ * tao/IORTable/Makefile:
+ * tao/Messaging/Makefile:
+ * tao/Valuetype/Makefile:
+ * tao/ObjRefTemplate/Makefile:
+ * tao/PortableServer/Makefile:
+ * tao/IORInterceptor/Makefile:
+ * tao/IFR_Client/Makefile:
+ * tao/Domain/Makefile:
+ * tao/DynamicAny/Makefile:
+ * tao/DynamicInterface/Makefile:
+
+ Updated dependencies.
+
Fri May 2 16:28:36 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
* TAO_IDL/be/be_codegen.cpp: