more polymorphie steps for BeRo

This commit is contained in:
doitux
2007-08-04 12:08:10 +00:00
parent 421ca6c62d
commit 1f00b3f458
12 changed files with 179 additions and 2 deletions
@@ -0,0 +1,24 @@
//
// C++ Implementation: localberofactory
//
// Description:
//
//
// Author: FThauer FHammer <webmaster@pokerth.net>, (C) 2007
//
// Copyright: See COPYING file that comes with this distribution
//
//
#include "localberofactory.h"
LocalBeRoFactory::LocalBeRoFactory()
: BeRoFactoryInterface()
{
}
LocalBeRoFactory::~LocalBeRoFactory()
{
}