summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-10-10 20:01:17 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-10-10 20:01:17 +0000
commit3c84363e0b1e4eaba87193e3aaf2de47c86b1882 (patch)
treebe2c00e6853ab36fefd917e4ded79f9d39b70079
parent57aefd8636a3071bd41185e9ca8e97720e64bb3f (diff)
downloadATCD-3c84363e0b1e4eaba87193e3aaf2de47c86b1882.tar.gz
* tao/Any.h:
* tao/Any.i: * tao/Any.cpp: Added missing insertion/extraction operators for Any_var and bounded wstrings. Thanks to Mateu Batle <mbatle@iname.com> for reporting this bug. Also made cosmetic changes to all Any files. * tao/ifrfwd.h: Removed the 'TAO_Export' from the DefinitionKind enum in the IR namespace. Since the namespace is exported, the enum shouldn't be, and none of the other enums are. * tao/DomainC.h: * tao/DomainC.cpp: * tao/PortableServer/DomainS.h: * tao/PortableServer/DomainS.cpp: Made the constructor signature and the private member types agree for the portable interceptor classes TAO_ServerRequest_Info_CORBA_ConstructionPolicy_make_domain_manager and TAO_ClientRequest_Info_CORBA_ConstructionPolicy_make_domain_manager. The generated code has already been fixed in the IDL compiler. Thanks to Johnny Willemsen <johnny.willemsen@meco.nl> for reporting the above pair of bugs. * TAO_IDL/be/be_visitor_argument/request_info_sh.cpp: While investigatiing the last bug above, came across another mismatch of the same type, for interfaces and pseudo objects, but only on the skeleton side.
-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 17439278ecf..99283f262d2 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,43 @@
+Tue Oct 10 14:52:16 2000 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * tao/Any.h:
+ * tao/Any.i:
+ * tao/Any.cpp:
+
+ Added missing insertion/extraction operators for
+ Any_var and bounded wstrings. Thanks to
+ Mateu Batle <mbatle@iname.com> for reporting
+ this bug. Also made cosmetic changes to all Any
+ files.
+
+ * tao/ifrfwd.h:
+
+ Removed the 'TAO_Export' from the DefinitionKind
+ enum in the IR namespace. Since the namespace is
+ exported, the enum shouldn't be, and none of the other
+ enums are.
+
+ * tao/DomainC.h:
+ * tao/DomainC.cpp:
+ * tao/PortableServer/DomainS.h:
+ * tao/PortableServer/DomainS.cpp:
+
+ Made the constructor signature and the private member
+ types agree for the portable interceptor classes
+ TAO_ServerRequest_Info_CORBA_ConstructionPolicy_make_domain_manager
+ and
+ TAO_ClientRequest_Info_CORBA_ConstructionPolicy_make_domain_manager.
+ The generated code has already been fixed in the IDL compiler.
+
+ Thanks to Johnny Willemsen <johnny.willemsen@meco.nl> for reporting
+ the above pair of bugs.
+
+ * TAO_IDL/be/be_visitor_argument/request_info_sh.cpp:
+
+ While investigatiing the last bug above, came across another
+ mismatch of the same type, for interfaces and pseudo objects,
+ but only on the skeleton side.
+
Tue Oct 10 14:15:34 2000 Nanbor Wang <nanbor@cs.wustl.edu>
* examples/Makefile.bor (DIRS): Updated the list of subdirectories