#include "tao/PortableServer/portableserver_export.h"#include "tao/Object.h"#include "tao/Collocation_Strategy.h"

Go to the source code of this file.
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 | |
| namespace | TAO |
Define symbolic names for the ORB collocation strategies. | |
Typedefs | |
| typedef void(* | TAO_Skeleton )(TAO_ServerRequest &, void *, void *) |
| typedef void(* | TAO_Collocated_Skeleton )(TAO_Abstract_ServantBase *, TAO::Argument **, int) |
Definition in file Operation_Table.h.
| typedef void(* TAO_Collocated_Skeleton)(TAO_Abstract_ServantBase *, TAO::Argument **, int) |
Definition at line 38 of file Operation_Table.h.
| typedef void(* TAO_Skeleton)(TAO_ServerRequest &, void *, void *) |
Definition at line 32 of file Operation_Table.h.
1.7.0