std::vector<boost::shared_ptr<BeRoInterface> > implemented
This commit is contained in:
@@ -14,6 +14,10 @@
|
||||
|
||||
#include <istream>
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include <boost/shared_ptr.hpp>
|
||||
|
||||
#include <berofactoryinterface.h>
|
||||
#include <berointerface.h>
|
||||
#include <handinterface.h>
|
||||
@@ -37,6 +41,9 @@ public:
|
||||
|
||||
BeRoInterface* createBeRoPreflop();
|
||||
|
||||
std::vector<boost::shared_ptr<BeRoInterface> > createBeRo();
|
||||
|
||||
|
||||
private:
|
||||
|
||||
HandInterface* myHand;
|
||||
|
||||
Reference in New Issue
Block a user