std::vector<boost::shared_ptr<BeRoInterface> > implemented

This commit is contained in:
doitux
2007-08-06 20:35:26 +00:00
parent 562e8760f5
commit 96419b3588
22 changed files with 172 additions and 139 deletions
+6
View File
@@ -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;