|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /proc/21571/root/usr/include/orbit-2.0/orbit/poa/ |
Upload File : |
#ifndef _POA_BASICS_H_
#define _POA_BASICS_H_ 1
#include <glib.h>
G_BEGIN_DECLS
#if !defined(_PortableServer_Servant_defined)
#define _PortableServer_Servant_defined 1
typedef gpointer PortableServer_Servant;
#else
#error "Include mixup: poa-defs.h included before poa-basics.h"
#endif
#if !defined(ORBIT_DECL_PortableServer_POA) && !defined(_PortableServer_POA_defined)
#define ORBIT_DECL_PortableServer_POA 1
#define _PortableServer_POA_defined 1
typedef struct PortableServer_POA_type *PortableServer_POA;
#endif
typedef struct {
void *_private;
void (*finalize) (PortableServer_Servant,
CORBA_Environment *);
PortableServer_POA (*default_POA) (PortableServer_Servant,
CORBA_Environment *);
void (*add_ref) (PortableServer_Servant,
CORBA_Environment *);
void (*remove_ref) (PortableServer_Servant,
CORBA_Environment *);
CORBA_InterfaceDef (*get_interface) (PortableServer_Servant,
CORBA_Environment *);
CORBA_boolean (*is_a) (PortableServer_Servant,
const char *,
CORBA_Environment *);
CORBA_boolean (*non_existent) (PortableServer_Servant,
CORBA_Environment *);
} PortableServer_ServantBase__epv;
typedef PortableServer_ServantBase__epv *PortableServer_ServantBase__vepv;
typedef struct {
void *_private;
PortableServer_ServantBase__vepv *vepv;
} PortableServer_ServantBase;
typedef PortableServer_ServantBase__epv PortableServer_RefCountServantBase__epv;
typedef PortableServer_ServantBase__epv *PortableServer_RefCountServantBase__vepv;
typedef PortableServer_ServantBase PortableServer_RefCountServantBase;
#if defined(ORBIT2_INTERNAL_API) || defined (ORBIT2_STUBS_API)
typedef struct ORBit_POAObject_type *ORBit_POAObject;
typedef struct ORBit_OAObject_type *ORBit_OAObject;
typedef gshort ORBit_VepvIdx;
typedef void (*ORBitSmallSkeleton) (PortableServer_ServantBase *servant,
gpointer ret,
gpointer *args,
gpointer ctx,
CORBA_Environment *ev,
gpointer implementation);
typedef ORBitSmallSkeleton (*ORBit_impl_finder)
(PortableServer_ServantBase *servant,
const char *method,
gpointer *m_data,
gpointer *implementation);
/* stub compatibility */
typedef ORBit_impl_finder ORBit_small_impl_finder;
#endif /* defined(ORBIT2_INTERNAL_API) || defined (ORBIT2_STUBS_API) */
G_END_DECLS
#endif /* _POA_BASICS_H_ 1 */