|
Apache CXF example source code file (C.idl)
The Apache CXF C.idl source code#define _a #ifdef _a #define _b #else #define _c #endif module c { interface C { #ifdef _b const boolean b = TRUE; #else const boolean b = FALSE; #endif /* #endif _b */ #ifndef _c const boolean c = FALSE; #else const boolean c = TRUE; #endif // endif _c }; }; Other Apache CXF examples (source code examples)Here is a short list of links related to this Apache CXF C.idl source code file: |
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.