#include "ace/pre.h"
#include "tao/Invocation.h"
#include "tao/Asynch_Reply_Dispatcher.h"
#include "tao/MessagingC.h"
#include "ace/post.h"
Include dependency graph for Asynch_Invocation.h:
This graph shows which files directly or indirectly include this file:
Compounds | |
class | TAO_GIOP_Asynch_Invocation |
Base class for TAO_GIOP_Twoway_Asynch_Invocation and TAO_GIOP_DII_Deferred_Invocation. More... | |
class | TAO_GIOP_Twoway_Asynch_Invocation |
Sends a two-way request does not expect the reply. This class connects (or lookups a connection from the cache) to the remote server, builds the CDR stream for the Request, send the CDR stream and returns. More... |
Asynch_Invocation.h,v 1.31 2002/01/29 20:20:31 okellogg Exp
Encapsulate the logic for remote Asynchronous Invocations.