summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-27 01:40:13 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-08-27 01:40:13 +0000
commit901b29dd7ff29dbacf15db9329e21f9e18aba1a8 (patch)
tree8f8a39cbb15d42a7bf42c0cae19604a315be9d4f
parent5185778d8352f7865e88d0864370dfa73f4b8dee (diff)
downloadATCD-901b29dd7ff29dbacf15db9329e21f9e18aba1a8.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-99c25
1 files changed, 16 insertions, 9 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index ce8f5e77c1a..d859db052a1 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,19 +1,26 @@
Thu Aug 26 01:49:49 1999 Nanbor Wang <nanbor@cs.wustl.edu>
- * tao/GIOP_Server_Request.h:
- * tao/GIOP_Server_Request.i:
- * tao/Interceptor.pidl:
- * tao/InterceptorC.cpp:
- * tao/InterceptorC.h:
- * tao/InterceptorS.h:
* tao/Invocation.h:
* tao/Invocation.i:
- * tao/ORB.h:
- * tao/ORB.i:
- * tao/POA.h:
* tao/Reply_Dispatcher.h:
* tao/Reply_Dispatcher.i:
* tao/Server_Request.h:
+ * tao/GIOP_Server_Request.h:
+ * tao/GIOP_Server_Request.i: Allow full access to the underlying
+ ServiceContextList for both request and reply service info.
+ (Removed constness.)
+
+ * tao/Interceptor.pidl: No change.
+
+ * tao/InterceptorC.cpp: Added include "Any.h".
+
+ * tao/InterceptorC.h: Removed include "corba.h" and added include "IOPC.h".
+
+ * tao/InterceptorS.h: Added include "Servant_Base.h".
+
+ * tao/ORB.h:
+ * tao/ORB.i: Added a naive Interceptor registration interface for
+ testing.
Wed Aug 25 23:38:32 1999 Nanbor Wang <nanbor@cs.wustl.edu>