mirror of https://github.com/MidnightCommander/mc
* gcorba.h (poa): Declare extern.
This commit is contained in:
parent
1ff97987c0
commit
d6ec3110bd
|
@ -1,3 +1,7 @@
|
|||
2001-06-25 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* gcorba.h (poa): Declare extern.
|
||||
|
||||
2001-06-18 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* gtree.c: Remove.
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
/* The ORB and the POA */
|
||||
extern CORBA_ORB orb;
|
||||
PortableServer_POA poa;
|
||||
extern PortableServer_POA poa;
|
||||
|
||||
|
||||
int corba_init_server (void);
|
||||
|
|
Loading…
Reference in New Issue