summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2002-11-12 02:10:16 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2002-11-12 02:10:16 +0000
commit1b3a4f08f327369bba5b0a416406337fdb4c6e65 (patch)
treeccd2a9735812c0626097323fd96a2f7bfcc6e640
parent58c150969b256b56b988d79bdfeec315dc6c6659 (diff)
downloadATCD-1b3a4f08f327369bba5b0a416406337fdb4c6e65.tar.gz
ChangeLogTag:Mon Nov 11 18:03:37 2002 Ossama Othman <ossama@uci.edu>
-rw-r--r--TAO/ChangeLog4
-rw-r--r--TAO/docs/interceptors.html6
-rw-r--r--TAO/tao/Messaging/TAO_Messaging.dsp8
-rw-r--r--TAO/tao/Messaging/TAO_Messaging_Static.dsp12
4 files changed, 24 insertions, 6 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 2b695917043..00ce43dfb44 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -7,8 +7,8 @@ Mon Nov 11 18:03:37 2002 Ossama Othman <ossama@uci.edu>
Updated CORBA spec URL to the 3.0.1 spec's URL.
* tao/Messaging/Makefile.bor:
- * tao/Messaging/Messaging.dsp:
- * tao/Messaging/Messaging_Static.dsp:
+ * tao/Messaging/TAO_Messaging.dsp:
+ * tao/Messaging/TAO_Messaging_Static.dsp:
Added AMI_ClientRequestInfo_i.{h,cpp} to these Make/project
files.
diff --git a/TAO/docs/interceptors.html b/TAO/docs/interceptors.html
index 6141d4feee4..6981898b616 100644
--- a/TAO/docs/interceptors.html
+++ b/TAO/docs/interceptors.html
@@ -377,6 +377,7 @@ module PortableInterceptor
<CODE>ServerRequestInfo::get_slot</CODE>,
<CODE>ServerRequestInfo::set_slot</CODE>, and
<CODE>ServerRequestInfo::get_server_policy</CODE> methods.
+ <li>Client interception points are now invoked for AMI calls.
</ul>
<hr><P>
@@ -397,14 +398,15 @@ module PortableInterceptor
<li>The current implementation does not go through the interceptor chain
when using collocation optimizations such as <CODE>direct</CODE> or
<CODE>ThruPOA</CODE>.
- <li>Add interception points for AMI requests.
+ <li><CODE>ClientRequestInfo::{arguments,exceptions,result}() are not
+ available for AMI calls.</CODE>
<li>Add interception points for DII/DSI invocations.
</ul>
<hr><P>
<H3><a name="ref">References</a></H3>
<UL>
- <LI><A HREF="http://www.omg.org/cgi-bin/doc?formal/02-05-15">formal/02-05-15</A> -- CORBA 2.6.1 Specification -- contains the Portable Interceptors chapter</LI>
+ <LI><A HREF="http://www.omg.org/cgi-bin/doc?formal/02-11-03">formal/02-11-03</A> -- CORBA 3.0.1 Specification -- contains the Portable Interceptors chapter</LI>
</UL>
<hr>
diff --git a/TAO/tao/Messaging/TAO_Messaging.dsp b/TAO/tao/Messaging/TAO_Messaging.dsp
index 214810eb07c..53bfd249e78 100644
--- a/TAO/tao/Messaging/TAO_Messaging.dsp
+++ b/TAO/tao/Messaging/TAO_Messaging.dsp
@@ -156,6 +156,10 @@ LINK32=link.exe
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
# Begin Source File
+SOURCE=.\AMI_ClientRequestInfo_i.cpp
+# End Source File
+# Begin Source File
+
SOURCE=.\Asynch_Reply_Dispatcher.cpp
# End Source File
# Begin Source File
@@ -216,6 +220,10 @@ SOURCE=.\Twoway_Asynch_Invocation.cpp
# PROP Default_Filter "h;hpp;hxx;hm;inl"
# Begin Source File
+SOURCE=.\AMI_ClientRequestInfo_i.h
+# End Source File
+# Begin Source File
+
SOURCE=.\Asynch_Reply_Dispatcher.h
# End Source File
# Begin Source File
diff --git a/TAO/tao/Messaging/TAO_Messaging_Static.dsp b/TAO/tao/Messaging/TAO_Messaging_Static.dsp
index bb467252197..91dbc4b4042 100644
--- a/TAO/tao/Messaging/TAO_Messaging_Static.dsp
+++ b/TAO/tao/Messaging/TAO_Messaging_Static.dsp
@@ -40,8 +40,8 @@ RSC=rc.exe
# PROP Output_Dir ""
# PROP Intermediate_Dir "LIB\Release\Messaging"
# PROP Target_Dir ""
-LINK32=link.exe -lib
MTL=midl.exe
+LINK32=link.exe -lib
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
# ADD CPP /nologo /MD /W3 /GX /Zi /O2 /I "../" /I "../../" /I "../../../" /D "_WINDOWS" /D "_CONSOLE" /D "NDEBUG" /D "WIN32" /D "TAO_AS_STATIC_LIBS" /D "ACE_AS_STATIC_LIBS" /FD /c
# SUBTRACT CPP /YX
@@ -66,8 +66,8 @@ LIB32=link.exe -lib
# PROP Output_Dir ""
# PROP Intermediate_Dir "LIB\Debug\Messaging"
# PROP Target_Dir ""
-LINK32=link.exe -lib
MTL=midl.exe
+LINK32=link.exe -lib
# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "../" /I "../../" /I "../../../" /D "_WINDOWS" /D "_CONSOLE" /D "_DEBUG" /D "WIN32" /D "ACE_AS_STATIC_LIBS" /D "TAO_AS_STATIC_LIBS" /FD /c
# SUBTRACT CPP /YX
@@ -144,6 +144,10 @@ SOURCE=.\Twoway_Asynch_Invocation.i
# PROP Default_Filter "h"
# Begin Source File
+SOURCE=.\AMI_ClientRequestInfo_i.h
+# End Source File
+# Begin Source File
+
SOURCE=.\Asynch_Reply_Dispatcher.h
# End Source File
# Begin Source File
@@ -212,6 +216,10 @@ SOURCE=.\Twoway_Asynch_Invocation.h
# PROP Default_Filter "cpp"
# Begin Source File
+SOURCE=.\AMI_ClientRequestInfo_i.cpp
+# End Source File
+# Begin Source File
+
SOURCE=.\Asynch_Reply_Dispatcher.cpp
# End Source File
# Begin Source File