mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-26 17:30:35 +05:00
7 lines
141 B
C
7 lines
141 B
C
|
#define DEBUG
|
||
|
|
||
|
#define QUOTE(x) #x
|
||
|
#define CORBA_CLIENT_HEADER(x) QUOTE(x@IDL_CLN_H@)
|
||
|
#define CORBA_SERVER_HEADER(x) QUOTE(x@IDL_SRV_H@)
|
||
|
|