/* CORBA support for the Midhignt Commander * * Copyright (C) 1999 The Free Sofware Foundation * * Authors: Miguel de Icaza * Federico Mena * Elliot Lee */ #ifndef __GCORBA_H #define __GCORBA_H #include /* The ORB and the POA */ extern CORBA_ORB orb; PortableServer_POA poa; int corba_init_server (void); void corba_activate_server (void); void corba_create_window (char *dir); #endif