// // C++ Interface: berointerface // // Description: // // // Author: FThauer FHammer , (C) 2007 // // Copyright: See COPYING file that comes with this distribution // // #ifndef BEROINTERFACE_H #define BEROINTERFACE_H /** @author FThauer FHammer */ class BeRoInterface{ public: BeRoInterface(); ~BeRoInterface(); }; #endif