TAO_PortableServer  2.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Typedefs
Operation_Table.h File Reference
#include "tao/PortableServer/portableserver_export.h"
#include "tao/Object.h"
#include "tao/Collocation_Strategy.h"

Classes

struct  TAO_operation_db_entry
 Define a table entry that holds an operation name and its corresponding skeleton. A table of such entries is used to initialize the different lookup strategies. More...
 
struct  TAO::Operation_Skeletons
 
class  TAO_Operation_Table
 Abstract class for maintaining and lookup of CORBA IDL operation names. More...
 

Namespaces

 TAO
 
 TAO::Portable_Server
 

Typedefs

typedef void(* TAO_Skeleton )(TAO_ServerRequest &, TAO::Portable_Server::Servant_Upcall *, TAO_ServantBase *)
 
typedef void(* TAO_Collocated_Skeleton )(TAO_Abstract_ServantBase *, TAO::Argument **)
 

Detailed Description

Id:
Operation_Table.h 95553 2012-02-23 18:14:49Z johnnyw
Author
Aniruddha Gokhale

Typedef Documentation

typedef void(* TAO_Collocated_Skeleton)(TAO_Abstract_ServantBase *, TAO::Argument **)