summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-03 16:01:16 +0000
committeralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-03 16:01:16 +0000
commit431cc1bdfbf9347c471180a302795102b25f1d9d (patch)
tree76069795f1fd11b1f152b546618df3e76beaafe2
parentf59e105d7a7f468882c71010530700a43c8dd062 (diff)
downloadATCD-431cc1bdfbf9347c471180a302795102b25f1d9d.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-99c7
1 files changed, 7 insertions, 0 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index cc929fe4b58..e94dc96f986 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,5 +1,12 @@
Sat Jul 3 10:54:00 1999 Alexander Babu Arulanthu <alex@cs.wustl.edu>
+ * TAO_IDL/be/be_visitor_operation/ami_handler_skeleton_cs.cpp:
+ Added this file. This file generates the demarshalling skeletons
+ for the Reply Handler and then calls the Reply Handler's call
+ back hook methods. This file is not fully done yet. But this
+ visitor is not used for the time being.
+
+
* tao/Transport_Mux_Strategy.cpp: Fixed the explicit template
instantiation problems.