remove gcc 4.0 warnings, Thanks to Lukas Fittl
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@408 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
f24e121125
commit
5a9457da09
2 changed files with 38 additions and 0 deletions
|
@ -111,6 +111,7 @@ Product* createProductOver( int a, int b )
|
|||
|
||||
class AbstractCreator{
|
||||
public:
|
||||
virtual ~AbstractCreator() {}
|
||||
virtual AbstractProduct* create() = 0;
|
||||
virtual AbstractProduct* createParm( int, int ) = 0;
|
||||
};
|
||||
|
@ -300,6 +301,9 @@ int main()
|
|||
|
||||
|
||||
// $Log$
|
||||
// Revision 1.10 2006/01/04 23:45:08 syntheticpp
|
||||
// remove gcc 4.0 warnings, Thanks to Lukas Fittl
|
||||
//
|
||||
// Revision 1.9 2005/11/12 16:52:36 syntheticpp
|
||||
// protect private data, add std::vector<IdType> RegisteredIds()
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue