summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-03-22 02:34:18 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-03-22 02:34:18 +0000
commitad8d250c53c28d4ca9427606bfd7f70388a5b16f (patch)
tree3e0949d4406ddbdf06ef18fa8ed749936bd2b88e
parentde4b972b9474bdb37b2582de6499ea8390db854d (diff)
downloadATCD-ad8d250c53c28d4ca9427606bfd7f70388a5b16f.tar.gz
* tao/DynAnyC.cpp
* tao/DynAnyC.h: * tao/DynArray_i.cpp: * tao/DynArray_i.h: * tao/DynSequence_i.cpp: * tao/DynSequence_i.h: * tao/GIOPC.h: * tao/GIOP_Server_Request.cpp: * tao/IOPC.h: * tao/IORC.cpp: * tao/IORC.h: * tao/ImplRepoC.cpp: * tao/ImplRepoC.h: * tao/Interceptor.cpp: * tao/Interceptor.h: * tao/Interceptor.i: * tao/Invocation.cpp: * tao/MessagingC.h: * tao/ORB.h: * tao/Object_KeyC.h: * tao/POAC.cpp: * tao/POAC.h: * tao/PolicyC.h: * tao/Request.h: * tao/Services.h: * tao/corbafwd.h: Removed all typedefs of foo_ptr to foo::_ptr_type and all typedefs and use of foo * as foo_ptr, for all datatypes except interfaces, valuetypes, pseudo objects, and a few types that appear as foo_ptr in spec examples (NamedValue, NVList, ExceptionList, etc.). Even though I don't think the spec intends for these types to have the typedef, I left them in to hopefully reduce confusion. * tao/TAO.dsp: Added BoundsC.* to the project file. It had been removed by a recent checkin.
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a40
1 files changed, 40 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 8e7b0093d8d..edb5cfa35cf 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,43 @@
+Tue Mar 21 20:31:02 2000 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * tao/DynAnyC.cpp
+ * tao/DynAnyC.h:
+ * tao/DynArray_i.cpp:
+ * tao/DynArray_i.h:
+ * tao/DynSequence_i.cpp:
+ * tao/DynSequence_i.h:
+ * tao/GIOPC.h:
+ * tao/GIOP_Server_Request.cpp:
+ * tao/IOPC.h:
+ * tao/IORC.cpp:
+ * tao/IORC.h:
+ * tao/ImplRepoC.cpp:
+ * tao/ImplRepoC.h:
+ * tao/Interceptor.cpp:
+ * tao/Interceptor.h:
+ * tao/Interceptor.i:
+ * tao/Invocation.cpp:
+ * tao/MessagingC.h:
+ * tao/ORB.h:
+ * tao/Object_KeyC.h:
+ * tao/POAC.cpp:
+ * tao/POAC.h:
+ * tao/PolicyC.h:
+ * tao/Request.h:
+ * tao/Services.h:
+ * tao/corbafwd.h:
+ Removed all typedefs of foo_ptr to foo::_ptr_type and
+ all typedefs and use of foo * as foo_ptr, for all datatypes
+ except interfaces, valuetypes, pseudo objects, and a few
+ types that appear as foo_ptr in spec examples (NamedValue,
+ NVList, ExceptionList, etc.). Even though I don't think the
+ spec intends for these types to have the typedef, I left them
+ in to hopefully reduce confusion.
+
+ * tao/TAO.dsp:
+ Added BoundsC.* to the project file. It had been removed by
+ a recent checkin.
+
Tue Mar 21 17:13:48 2000 Carlos O'Ryan <coryan@uci.edu>
* orbsvcs/orbsvcs/Event/EC_Dispatching_Task.h: