Hi ,
I have a corba code generated by tool.In one of the header file created by the tool has a peice of code as below
#include <someincludes >
#ifdef _LC_attr
#error "LC ATTR is DEFINED"
#else
< SOME CODE>
#endif
I am getting a error while compiling saying that "LC ATTR is DEFINED".
I want to know which file has defined _LC_attr ? I dont see any body defining _LC_attr.
Please help.
I have a corba code generated by tool.In one of the header file created by the tool has a peice of code as below
#include <someincludes >
#ifdef _LC_attr
#error "LC ATTR is DEFINED"
#else
< SOME CODE>
#endif
I am getting a error while compiling saying that "LC ATTR is DEFINED".
I want to know which file has defined _LC_attr ? I dont see any body defining _LC_attr.
Please help.