std::vector<boost::shared_ptr<BeRoInterface> > implemented
This commit is contained in:
@@ -16,6 +16,10 @@
|
||||
@author FThauer FHammer <webmaster@pokerth.net>
|
||||
*/
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include <boost/shared_ptr.hpp>
|
||||
|
||||
#include <berointerface.h>
|
||||
|
||||
class BeRoFactoryInterface{
|
||||
@@ -27,6 +31,8 @@ public:
|
||||
|
||||
virtual BeRoInterface* createBeRoPreflop() =0;
|
||||
|
||||
virtual std::vector<boost::shared_ptr<BeRoInterface> > createBeRo() =0;
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user