BlinkenArea - GitList
Repositories
Blog
Wiki
Blinker
Code
Commits
Branches
Tags
Search
Tree:
a8b0163
Branches
Tags
master
Blinker
src
noarch
OpReqIf.cpp
implemented operator connections and manager
Stefan Schuermans
commited
a8b0163
at 2011-12-22 12:48:03
OpReqIf.cpp
Blame
History
Raw
/* Blinker Copyright 2011 Stefan Schuermans <stefan@blinkenarea.org> Copyleft GNU public license - http://www.gnu.org/copyleft/gpl.html a blinkenarea.org project */ #include <string> #include "OpConn.h" #include "OpConnIf.h" #include "OpReqIf.h" namespace Blinker { /// constructor OpReqIf::OpReqIf() { } /// virtual destructor OpReqIf::~OpReqIf() { } } // namespace Blinker