#include "ace/pre.h"
#include "tao/Pluggable.h"
#include "tao/MProfile.h"
#include "tao/ORB.h"
#include "tao/ORB_Core.h"
#include "ace/post.h"
Include dependency graph for Stub.h:
This graph shows which files directly or indirectly include this file:
Compounds | |
struct | TAO_Exception_Data |
class | TAO_Stub |
TAO_Stub. More... | |
class | TAO_Stub_Auto_Ptr |
Implements the draft C++ standard auto_ptr abstraction. This class allows one to work Stub Objects *Only*! More... | |
Typedefs | |
typedef CORBA::Exception *(* | TAO_Exception_Alloc )(void) |
Stub.h,v 1.88 2002/01/29 20:20:34 okellogg Exp
Data structures used by static and dynamic stubs, and to a lesser degree by skeletons
Header file for Win32 C/C++/COM interface to one kind of CORBA remote invocation framework. This is for use by compiler-generated code, not by portable applications!
These constitute the stub API to this "ORB Core." Such interfaces are not specified by OMG, and may differ between different ORBs. This one has the particular advantage that stubs can be quite small.
|
|