[omniORB] octet idl question

Brecht Vermeulen brecht.vermeulen@rug.ac.be
Sat, 19 Jan 2002 17:10:35 +0100


Hi Christian,

* first: please don't post in HTML

* 2nd : please send sompiler error messages in english instead of German

The error which is reported, is because you have the operation
octet echoString(in octet mesg);
in IDL and you implement :

Echo_i::echoOctet

in C++ (so you have no implementation for echoString

the 'String' in the operation echoString is just randomly chosen and has
nothing to do with the arguments of it !

regards,
Brecht