[evs-dev] [PATCH] Make OdbcConnection.cpp compile again
Andreas Tscharner
starfire at dplanet.ch
Thu Aug 30 21:02:54 BST 2007
Hello,
On line 45 in OdcbConnection.cpp, an instance of COdbcConnection is
created. COdbcConnection is derived from CSqlConnection which contains
the abstract method Drop.
COdbcConnection is supposed to implement all abstract methods from the
base class, but fails to implement Drop. Therefore the compiler
complains about creating an abstract class at mentioned line 45
The attached patch adds Drop to COdbcConnection as a simple method that
just returns "false"
Bug #5070 created, patch is attached there as well
Best regards
Andreas
--
Andreas Tscharner starfire at dplanet.ch
-----------------------------------------------------------------------
Except for 75% of the women, everyone in the whole world wants to have
sex. -- Ellyn Mustard
-------------- next part --------------
A non-text attachment was scrubbed...
Name: odbc.patch
Type: text/x-diff
Size: 651 bytes
Desc: not available
Url : http://www.cvsnt.org/pipermail/evs-dev/attachments/20070830/9c9d01d1/attachment.patch
More information about the evs-dev
mailing list