summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-07-07 16:13:07 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-07-07 16:13:07 +0000
commit2dcd785278bbc199360bed11abb01f972fd6eecb (patch)
tree7b56bfd0a1b58c2128d6d234cc9aa871b8584b64
parent068b7b4aed5b1037068a7498e5fbac60f8e85bf9 (diff)
downloadATCD-2dcd785278bbc199360bed11abb01f972fd6eecb.tar.gz
* orbsvcs.IFR_Service/ConstantDef_i.cpp:
* orbsvcs/IFR_Service/Contained_i.cpp: * orbsvcs/IFR_Service/Container_i.cpp: * orbsvcs/IFR_Service/IFR_Service.cpp: * orbsvcs/IFR_Service/IFR_Service.h: * orbsvcs/IFR_Service/InterfaceDef_i.cpp: * orbsvcs/IFR_Service/Options.cpp: * orbsvcs/IFR_Service/Repository_i.cpp: Various cases of unused variables/arguments, mismatched signatures, unreachable code, etc., reported by cxx.
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a14
1 files changed, 14 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 633414bb957..cbe90779531 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,17 @@
+Fri Jul 7 11:08:28 2000 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * orbsvcs.IFR_Service/ConstantDef_i.cpp:
+ * orbsvcs/IFR_Service/Contained_i.cpp:
+ * orbsvcs/IFR_Service/Container_i.cpp:
+ * orbsvcs/IFR_Service/IFR_Service.cpp:
+ * orbsvcs/IFR_Service/IFR_Service.h:
+ * orbsvcs/IFR_Service/InterfaceDef_i.cpp:
+ * orbsvcs/IFR_Service/Options.cpp:
+ * orbsvcs/IFR_Service/Repository_i.cpp:
+
+ Various cases of unused variables/arguments, mismatched
+ signatures, unreachable code, etc., reported by cxx.
+
Thu Jul 7 08:09:00 2000 Bruce Trask <brucetrask@aol.com>
* tao/Object_Adapter.h: