summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-04 09:05:30 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-04 09:05:30 +0000
commit322aad419fa30e07f70c13825d29624881675f0c (patch)
tree695d81060e321761fa053fe6f131f09e3c0c0d97
parent0636101c5a4e7abf9e55afb7953c9e1388790ecb (diff)
downloadATCD-322aad419fa30e07f70c13825d29624881675f0c.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-98c15
1 files changed, 15 insertions, 0 deletions
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c
index fcb85d5f714..c83f1982ebd 100644
--- a/TAO/ChangeLog-98c
+++ b/TAO/ChangeLog-98c
@@ -1,3 +1,18 @@
+Thu Jun 04 03:45:12 1998 Nanbor Wang <nanbor@cs.wustl.edu>
+
+ * TAO_IDL/be/be_visitor_interface.cpp
+ (be_visitor_interface_sh::visit_interface): Don't change the
+ output stream until the template declaration part is complete.
+ This delayed redirection of output writes the generated template
+ classes into regular *S.h file and get them enclosed by
+ appropriate namespace there. Perhaps we can put them in the
+ *S_T.h files, but that won't make platforms which don't have
+ namespace support happy.
+
+ * TAO_IDL/be/be_visitor_module.cpp
+ (be_visitor_module_sh::visit_module): Changed to use
+ TAO_NAMESPACE as server side's module namescope.
+
Wed Jun 3 17:50:09 1998 Aniruddha Gokhale <gokhale@mambo.cs.wustl.edu>
Irfan Pyarali discussed the need to generate *_T.{h, i, cpp} files