summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-04-14 16:05:38 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-04-14 16:05:38 +0000
commit14a53c2eaf9439f13e3a590b475af799153b5f97 (patch)
tree2f83b4dc3b120da9491f0ecfb46540368d01eff6
parent4cea53882e342bb7ca1f5b755fb33ed6c85355d6 (diff)
downloadATCD-14a53c2eaf9439f13e3a590b475af799153b5f97.tar.gz
* tao/corbafwd.h:
* tao/DomainC.h: * tao/DomainC.cpp: * tao/DomainS.cpp: * tao/InterfaceC.h: * tao/InterfaceC.i: * tao/InterfaceC.cpp: * tao/InterfaceS.h: * tao/InterfaceS.cpp: * tao/Object.h: * tao/Object.cpp: * tao/ORB.h: * tao/ORB.cpp: * tao/POA_CORBA.h: * tao/TAO.dsp: * tao/TAO_static.dsp: Changes related to the forthcoming Interface Repository, and some code moved out to the directory where the TypeCodeFactory DLL resides (to be checked in shortly). * tao/ifrfwd.h: New file, the IR namespace is now handled similarly to the handling of the CORBA namespace in TAO. * tao/InterfaceS.i: Removed file, this code will be in the directory with the rest of the Interface Repository files.
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a30
1 files changed, 30 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 38c13497277..0c3bdd82151 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,33 @@
+Fri Apr 14 11:02:31 2000 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * tao/corbafwd.h:
+ * tao/DomainC.h:
+ * tao/DomainC.cpp:
+ * tao/DomainS.cpp:
+ * tao/InterfaceC.h:
+ * tao/InterfaceC.i:
+ * tao/InterfaceC.cpp:
+ * tao/InterfaceS.h:
+ * tao/InterfaceS.cpp:
+ * tao/Object.h:
+ * tao/Object.cpp:
+ * tao/ORB.h:
+ * tao/ORB.cpp:
+ * tao/POA_CORBA.h:
+ * tao/TAO.dsp:
+ * tao/TAO_static.dsp:
+ Changes related to the forthcoming Interface Repository,
+ and some code moved out to the directory where the
+ TypeCodeFactory DLL resides (to be checked in shortly).
+
+ * tao/ifrfwd.h:
+ New file, the IR namespace is now handled similarly to
+ the handling of the CORBA namespace in TAO.
+
+ * tao/InterfaceS.i:
+ Removed file, this code will be in the directory with the
+ rest of the Interface Repository files.
+
Fri Apr 14 08:16:02 2000 Carlos O'Ryan <coryan@uci.edu>
* orbsvcs/orbsvcs/Makefile.CosEvent: