- Finish writing ConcreteHistory. That was nasty!
git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@700 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
cb8e8dabc7
commit
e2fc34f16b
3 changed files with 53 additions and 15 deletions
|
@ -45,11 +45,9 @@ namespace sgpem
|
|||
class SG_DLLLOCAL ConcreteHistory : public History
|
||||
{
|
||||
public:
|
||||
typedef const std::pair<resource_key_t, DynamicResource&> DynamicResourcePair;
|
||||
|
||||
ConcreteHistory();
|
||||
ConcreteHistory(const ConcreteHistory&);
|
||||
virtual ~ConcreteHistory();
|
||||
ConcreteHistory();
|
||||
ConcreteHistory(const ConcreteHistory&);
|
||||
virtual ~ConcreteHistory();
|
||||
|
||||
virtual void append_new_environment(ConcreteEnvironment* environment);
|
||||
virtual size_t get_size();
|
||||
|
@ -63,7 +61,7 @@ namespace sgpem
|
|||
virtual void remove(SubRequest& subrequest);
|
||||
|
||||
|
||||
virtual ResourcePair& add_resource(const Glib::ustring& name,
|
||||
virtual ResourcePair add_resource(const Glib::ustring& name,
|
||||
bool preemptable = false,
|
||||
size_t places = 1,
|
||||
size_t availability = 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue