- Fix compilation

git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@712 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
tchernobog 2006-07-04 19:53:58 +00:00
parent 5ab575dffd
commit b7d61d5c56
2 changed files with 121 additions and 124 deletions

View file

@ -92,8 +92,8 @@ namespace sgpem
Scheduler(); //private constructor.
ReadyQueue _ready_queue;
PolicyManager& _policy_manager;
ReadyQueue* _ready_queue;
Policy* _policy;
};
}//~ namespace sgpem