| 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_ORB_H #define CORBA_ORB_H 1 #include <orbit/orb-core/orb-types.h> #include <orbit/orb-core/corba-orb-type.h> #include <orbit/orb-core/corba-typecode-type.h> G_BEGIN_DECLS CORBA_ORB CORBA_ORB_init (int *argc, char **argv, CORBA_ORBid orb_identifier, CORBA_Environment *ev); /* Will return TRUE if the named protocol is supported by * the ORB. Currently supported values of "name" are: * * "IPv4" * "IPv6" * "UNIX" * "IrDA" * "SSL" * * Unknown or unsupported values of "name" will make this * method return FALSE.*/ gboolean ORBit_proto_use (const char *name); /* Will return the maximum allowed GIOP buffer size. You will * need to know this if your are e.g. streaming large data chunks * to an ORBit2 client. The return type should be gulong but we * are bound by the type chosen internally by linc2. */ glong ORBit_get_giop_recv_limit (void); #ifdef ORBIT2_INTERNAL_API void ORBit_ORB_forw_bind (CORBA_ORB orb, CORBA_sequence_CORBA_octet *okey, CORBA_Object oref, CORBA_Environment *ev); guint ORBit_ORB_idle_init (CORBA_ORB orb); void ORBit_ORB_start_servers (CORBA_ORB orb); #endif /* ORBIT2_INTERNAL_API */ G_END_DECLS #endif