| 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_ENVIRONMENT_H
#define CORBA_ENVIRONMENT_H 1
#include <glib.h>
G_BEGIN_DECLS
CORBA_Environment *CORBA_exception__alloc (void);
CORBA_Environment *CORBA_exception__copy (const CORBA_Environment *ev);
void CORBA_exception_set (CORBA_Environment *ev,
CORBA_exception_type major,
const CORBA_char *except_repos_id,
void *param);
CORBA_char *CORBA_exception_id (CORBA_Environment *ev);
void *CORBA_exception_value (CORBA_Environment *ev);
void CORBA_exception_init (CORBA_Environment *ev);
void CORBA_exception_free (CORBA_Environment *ev);
CORBA_any *CORBA_exception_as_any (CORBA_Environment *ev);
void CORBA_exception_set_system (CORBA_Environment *ev,
const CORBA_char *except_repos_id,
CORBA_completion_status completed);
#ifdef ORBIT2_INTERNAL_API
typedef struct {
const CORBA_TypeCode tc;
void (*marshal) (GIOPSendBuffer *, CORBA_Environment *);
} ORBit_exception_marshal_info;
typedef struct {
const CORBA_TypeCode tc;
void (*demarshal) (GIOPRecvBuffer *, CORBA_Environment *);
} ORBit_exception_demarshal_info;
void ORBit_handle_system_exception (CORBA_Environment *ev,
const CORBA_char *nom,
CORBA_completion_status status,
GIOPRecvBuffer *buf,
GIOPSendBuffer *sendbuf);
void ORBit_handle_exception (GIOPRecvBuffer *buf,
CORBA_Environment *ev,
const ORBit_exception_demarshal_info *ex_info,
CORBA_ORB orb);
GIOPConnection *
ORBit_handle_location_forward (GIOPRecvBuffer *buf,
CORBA_Object obj);
void ORBit_send_system_exception (GIOPSendBuffer *buf,
CORBA_Environment *ev);
void ORBit_send_user_exception (GIOPSendBuffer *send_buffer,
CORBA_Environment *ev,
const ORBit_exception_marshal_info *user_exceptions);
#endif /* ORBIT2_INTERNAL_API */
G_END_DECLS
#endif