This is the mail archive of the egcs@egcs.cygnus.com mailing list for the EGCS project. See the EGCS home page for more information.


[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index] [Subject Index] [Author Index] [Thread Index]

Re: Namespace bug?



> Here you go...(the files base on the MICO distribution)

The next time you report a bug, please take the time to read the bug
reporting instructions in the manual or on the web page. The sources
you send where not compilable; CORBA.h, mico/throw.h and other where
missing.

However, I think I've found the problem, anyway: There is apparently
no implementation of

ODB::FS::FileServant::~FileServant();

which is declared in the header file. If you implement that
destructor, the virtual tables will get emitted.

Good luck,
Martin