2007-08-04 01:30:59 +00:00
|
|
|
//
|
|
|
|
|
// C++ Implementation: berointerface
|
|
|
|
|
//
|
|
|
|
|
// Description:
|
|
|
|
|
//
|
|
|
|
|
//
|
|
|
|
|
// Author: FThauer FHammer <webmaster@pokerth.net>, (C) 2007
|
|
|
|
|
//
|
|
|
|
|
// Copyright: See COPYING file that comes with this distribution
|
|
|
|
|
//
|
|
|
|
|
//
|
|
|
|
|
#include "berointerface.h"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BeRoInterface::~BeRoInterface()
|
|
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|