std::vector<boost::shared_ptr<BeRoInterface> > implemented
This commit is contained in:
@@ -12,6 +12,10 @@
|
||||
#ifndef CLIENTBERO_H
|
||||
#define CLIENTBERO_H
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include <boost/shared_ptr.hpp>
|
||||
|
||||
#include "berointerface.h"
|
||||
|
||||
|
||||
@@ -26,6 +30,8 @@ public:
|
||||
|
||||
int getMyBeRoID() const { return myBeRoID; }
|
||||
|
||||
void run() {}
|
||||
|
||||
protected:
|
||||
|
||||
int myBeRoID;
|
||||
|
||||
Reference in New Issue
Block a user