/* BlinkerCopyright 2011 Stefan Schuermans <stefan@blinkenarea.org>Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.htmla blinkenarea.org project */#include <string>#include "OpConn.h"#include "OpConnIf.h"#include "OpReqIf.h"namespace Blinker {/// constructorOpReqIf::OpReqIf(){}/// virtual destructorOpReqIf::~OpReqIf(){}} // namespace Blinker