summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-23 02:41:45 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-23 02:41:45 +0000
commit81af5abe7859366bc89f89cc8b998eb30f3fc17f (patch)
tree2d9357328c95b34119952758b1de5bbde0d1da87
parentfdc9e3dbc34ac72d392b934a0097fc393e7b66ff (diff)
downloadATCD-81af5abe7859366bc89f89cc8b998eb30f3fc17f.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog-98b7
-rw-r--r--TAO/ChangeLog-98c55
2 files changed, 39 insertions, 23 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b
index a4e5e4d0fb5..b7a14ce5518 100644
--- a/ChangeLog-98b
+++ b/ChangeLog-98b
@@ -20,6 +20,13 @@ Mon Jun 22 09:04:21 1998 David L. Levine <levine@cs.wustl.edu>
* tests/TSS_Test.cpp: demonstrate/test use of ACE_TSS_Type_Adapter.
+ * ace/Timeprobe.h: added semicolon to end of
+ ACE_TIMEPROBE_EVENT_DESCRIPTIONS definition, when it's non-null.
+
+ * tests/Timeprobe_Test.cpp (main): removed trailing semicolon
+ from ACE_TIMEPROBE_EVENT_DESCRIPTIONS, and added ACE_UNUSED_ARGs
+ to avoid compilation warnings about unused variables.
+
Mon Jun 22 04:49:29 1998 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
* man/windex: Removed ACE_Service_Record from all the
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c
index ae6fd76141e..8aba214088b 100644
--- a/TAO/ChangeLog-98c
+++ b/TAO/ChangeLog-98c
@@ -1,44 +1,44 @@
Mon Jun 22 21:30:00 1998 Michael Kircher <mk1@cs.wustl.edu>
* TAO_IDL/be/be_sequence.cpp
- * TAO_IDL/be/be_visitor_sequence/sequence_ch.cpp: Making
- a special treatment for sequence of octets.
+ * TAO_IDL/be/be_visitor_sequence/sequence_ch.cpp: Making
+ a special treatment for sequence of octets.
Mon Jun 22 20:32:25 1998 Seth Benjamin Widoff <sbw1@waltz.cs.wustl.edu>
* orbsvcs/orbsvcs/Trader/Attributes.{h,cpp}:
- * orbsvcs/orbsvcs/Trader/Attributes_T.{h,cpp}:
+ * orbsvcs/orbsvcs/Trader/Attributes_T.{h,cpp}:
* orbsvcs/orbsvcs/Trader/Constraint_Interpreter.{h,cpp}:
* orbsvcs/orbsvcs/Trader/Constraint_Nodes.{h,cpp}:
- * orbsvcs/orbsvcs/Trader/Constraint_Visitors.{h,cpp}:
- * orbsvcs/orbsvcs/Trader/Constraint_l.{h,cpp}:
- * orbsvcs/orbsvcs/Trader/Constraint_y.{h,cpp}:
+ * orbsvcs/orbsvcs/Trader/Constraint_Visitors.{h,cpp}:
+ * orbsvcs/orbsvcs/Trader/Constraint_l.{h,cpp}:
+ * orbsvcs/orbsvcs/Trader/Constraint_y.{h,cpp}:
* orbsvcs/orbsvcs/Trader/Dynamic_Property.{h,cpp}:
- * orbsvcs/orbsvcs/Trader/Offer_Database.{h,cpp}:
+ * orbsvcs/orbsvcs/Trader/Offer_Database.{h,cpp}:
* orbsvcs/orbsvcs/Trader/Offer_Iterators.{h,cpp}:
* orbsvcs/orbsvcs/Trader/Offer_Iterators_T.{h,cpp}:
* orbsvcs/orbsvcs/Trader/Service_Type_Repository.{h,cpp}:
* orbsvcs/orbsvcs/Trader/Trader.{h,cpp}:
- * orbsvcs/orbsvcs/Trader/Trader_Interfaces.{h,cpp}:
+ * orbsvcs/orbsvcs/Trader/Trader_Interfaces.{h,cpp}:
* orbsvcs/orbsvcs/Trader/Trader_T.{h,cpp}:
- * orbsvcs/orbsvcs/Trader/Trader_Utils.{h,cpp}:
- * orbsvcs/orbsvcs/Makefile:
- By having related classes share a file, reduced the number of
- files in the Trading Service by half. Updated the Makefile to
- reflect the changes.
-
- * orbsvcs/tests/Trading/Makefile:
- * orbsvcs/tests/Trading/Offer_Exporter.cpp:
- * orbsvcs/tests/Trading/Offer_Importer.cpp:
- * orbsvcs/tests/Trading/TT_Info.cpp:
- * orbsvcs/tests/Trading/export_test.cpp:
- Updated the Trading tests to use the new header file scheme.
+ * orbsvcs/orbsvcs/Trader/Trader_Utils.{h,cpp}:
+ * orbsvcs/orbsvcs/Makefile:
+ By having related classes share a file, reduced the number of
+ files in the Trading Service by half. Updated the Makefile to
+ reflect the changes.
+
+ * orbsvcs/tests/Trading/Makefile:
+ * orbsvcs/tests/Trading/Offer_Exporter.cpp:
+ * orbsvcs/tests/Trading/Offer_Importer.cpp:
+ * orbsvcs/tests/Trading/TT_Info.cpp:
+ * orbsvcs/tests/Trading/export_test.cpp:
+ Updated the Trading tests to use the new header file scheme.
Mon Jun 22 11:54:20 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
- * tests/Cubit/TAO/MT_Cubit/Makefile:
- * tests/Cubit/TAO/IDL_Cubit/Makefile:
- Updated dependencies.
+ * tests/Cubit/TAO/MT_Cubit/Makefile:
+ * tests/Cubit/TAO/IDL_Cubit/Makefile:
+ Updated dependencies.
Mon Jun 22 11:32:00 1998 Michael Kircher <mk1@cs.wustl.edu>
@@ -103,6 +103,15 @@ Mon Jun 22 11:12:54 1998 David L. Levine <levine@cs.wustl.edu>
reporting this, and to Carlos for recommending the use of
reinterpret cast.
+ * tao/GIOP.cpp,ORB.cpp,IIOP_Object.cpp,POA.cpp,Server_Request.cpp,
+ Connect.cpp,
+ orbsvcs/orbsvcs/Event/Dispatching_Modules.cpp,Event_Channel.cpp,
+ RT_Task.cpp,ReactorTask.cpp,
+ orbsvcs/tests/Event_Latency/Event_Latency.cpp,
+ tests/Cubit/TAO/IDL_Cubit/client_i.cpp,cubit_i.cpp:
+ removed trailing semicolon from ACE_TIMEPROBE_EVENT_DESCRIPTIONS,
+ now that it is part of the macro definition.
+
Mon Jun 22 09:19:40 1998 Aniruddha Gokhale <gokhale@mambo.cs.wustl.edu>
* TAO_IDL/be/be_visitor_typecode/typecode_decl.cpp: The typecode