summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-07-07 02:21:05 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-07-07 02:21:05 +0000
commit72ce346861abf79f1d76f458035a62e624134c76 (patch)
tree8eb7755d4314af2e4a9d76d8993abb0b333f37ce
parent323d43fa77e1fc53f13e613d51a348edf4a7b8df (diff)
downloadATCD-72ce346861abf79f1d76f458035a62e624134c76.tar.gz
* orbsvcs/IFR_Service/TypeCodeFactory_i.cpp:
Signature for create_alias_tc was not consistent with the header file. Also commented out an unused parameter name. * orbsvcs/IFR_Service/TCF_Loader.h: * orbsvcs/IFR_Service/TCF_Loader.cpp: Throw spec was inconsistent with base class TAO_Object_Loader.
-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 5ee7886ff08..087e64ce690 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,17 @@
+Thu Jul 6 21:15:01 2000 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * orbsvcs/IFR_Service/TypeCodeFactory_i.cpp:
+
+ Signature for create_alias_tc was not consistent with
+ the header file. Also commented out an unused parameter
+ name.
+
+ * orbsvcs/IFR_Service/TCF_Loader.h:
+ * orbsvcs/IFR_Service/TCF_Loader.cpp:
+
+ Throw spec was inconsistent with base class
+ TAO_Object_Loader.
+
Thu Jul 6 20:46:49 2000 Jeff Parsons <parsons@cs.wustl.edu>
* tao/InterfaceC.i: