std::vector<boost::shared_ptr<BeRoInterface> > implemented
This commit is contained in:
@@ -12,6 +12,10 @@
|
||||
#ifndef CLIENTBEROFACTORY_H
|
||||
#define CLIENTBEROFACTORY_H
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include <boost/shared_ptr.hpp>
|
||||
|
||||
#include <berofactoryinterface.h>
|
||||
#include <handinterface.h>
|
||||
|
||||
@@ -29,6 +33,8 @@ public:
|
||||
|
||||
BeRoInterface* createBeRoPreflop();
|
||||
|
||||
std::vector<boost::shared_ptr<BeRoInterface> > createBeRo();
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user