blob: 2b534a633207f75ef1ea78054c1e26f29c41dbec (
plain)
1
2
3
4
5
6
7
8
|
#ifndef NAVIT_MAP_SHARE_H
#define NAVIT_MAP_SHARE_H
void map_srv_start_poa(CORBA_ORB orb, CORBA_Environment * ev);
CORBA_Object map_srv_start_object(CORBA_Environment * ev, struct container *co);
#endif
|