Lakshmeeshk
2009-09-23 20:10:38 UTC
Hi,
While compiling "client" program, I am getting below attached error.
client.cpp: In function `int main(int, char**)':
client.cpp:67: error: expected primary-expression before "const"
make: *** [build/client.o] Error 1
In client.cpp program: [ I have attached the lines, where I am suspecting
error within this]
name[0].id = (const char *) "Producer1";
name[0].kind = (const char *) "";
obj = ns->resolve(name);
SysTrace::Producer_var producer =
SysTrace::Producer::_narrow(obj.in());
producer->write(const char* data);
Could anyone help me on this?
Let me know if you need any additional details.
Regards,
Lakshmeesh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.omniorb-support.com/pipermail/omniorb-list/attachments/20090923/63205940/attachment.htm
While compiling "client" program, I am getting below attached error.
client.cpp: In function `int main(int, char**)':
client.cpp:67: error: expected primary-expression before "const"
make: *** [build/client.o] Error 1
In client.cpp program: [ I have attached the lines, where I am suspecting
error within this]
name[0].id = (const char *) "Producer1";
name[0].kind = (const char *) "";
obj = ns->resolve(name);
SysTrace::Producer_var producer =
SysTrace::Producer::_narrow(obj.in());
producer->write(const char* data);
Could anyone help me on this?
Let me know if you need any additional details.
Regards,
Lakshmeesh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.omniorb-support.com/pipermail/omniorb-list/attachments/20090923/63205940/attachment.htm