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?
- To: fischer@zkm.de
- Subject: Re: Namespace bug?
- From: "Martin v. Loewis" <martin@mira.isdn.cs.tu-berlin.de>
- Date: Sun, 14 Feb 1999 10:42:29 +0100
- CC: egcs@egcs.cygnus.com
- Delivered-To: listarch-egcs@egcs.cygnus.com
- Delivered-To: mailing list egcs@egcs.cygnus.com
- In-reply-to: <36BF37F8.497DEF55@zkm.de> (message from Hans-Jörg Fischer on Mon, 08 Feb 1999 20:16:08 +0100)
- Mailing-List: contact egcs-help@egcs.cygnus.com; run by ezmlm
- References: <36BF33C9.4B7A936E@zkm.de> <ord83k4t65.fsf@araguaia.dcc.unicamp.br> <36BF37F8.497DEF55@zkm.de>
- Sender: owner-egcs@egcs.cygnus.com
> 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