| Server IP : 182.53.201.61 / Your IP : 216.73.217.175 Web Server : Apache/2.2.15 (Fedora) System : Linux km10.dyndns.org 2.6.31.5-127.fc12.i686.PAE #1 SMP Sat Nov 7 21:25:57 EST 2009 i686 User : apache ( 48) PHP Version : 5.3.3 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/include/orbit-2.0/orbit/orb-core/ |
Upload File : |
#ifndef CORBA_OBJECT_H #define CORBA_OBJECT_H 1 #include <glib-object.h> G_BEGIN_DECLS #ifdef ORBIT2_INTERNAL_API GIOPConnection *ORBit_object_get_connection (CORBA_Object obj); GIOPConnection *ORBit_object_peek_connection (CORBA_Object obj); void ORBit_marshal_object (GIOPSendBuffer *buf, CORBA_Object obj); gboolean ORBit_demarshal_object (CORBA_Object *obj, GIOPRecvBuffer *buf, CORBA_ORB orb); CORBA_Object ORBit_objref_new (CORBA_ORB orb, ORBit_OAObject adaptor_obj, GQuark type_id); #endif /* ORBIT2_INTERNAL_API */ /* * Client invocation policy API */ typedef struct _ORBitPolicy ORBitPolicy; /* An extended policy - blocks re-enterancy by default */ #define ORBIT_TYPE_POLICY_EX (ORBit_policy_ex_get_type ()) GType ORBit_policy_ex_get_type (void) G_GNUC_CONST; ORBitPolicy *ORBit_policy_new (GType type, const char *first_prop, ...); ORBitPolicy *ORBit_policy_ref (ORBitPolicy *p); void ORBit_policy_unref (ORBitPolicy *p); void ORBit_object_set_policy (CORBA_Object obj, ORBitPolicy *p); ORBitPolicy *ORBit_object_get_policy (CORBA_Object obj); void ORBit_policy_push (ORBitPolicy *p); void ORBit_policy_pop (void); /* * CORBA_Object interface type data. */ #include <orbit/orb-core/orbit-interface.h> #define CORBA_OBJECT_SMALL_GET_TYPE_ID 12 #define CORBA_OBJECT_SMALL_GET_IINTERFACE 13 extern ORBit_IInterface CORBA_Object__iinterface; extern ORBit_IMethod CORBA_Object__imethods[]; #define CORBA_Object_IMETHODS_LEN 12 G_END_DECLS #endif /* CORBA_OBJECT_H */