namespace PT renamed to pt
This commit is contained in:
@@ -61,7 +61,7 @@ public:
|
||||
add a new job to the queue
|
||||
priority: 0-31 (0 - the lowest priority, 31 - the highest priority)
|
||||
*/
|
||||
void Add(PT::Space & job, int priority = 0);
|
||||
void Add(pt::Space & job, int priority = 0);
|
||||
|
||||
|
||||
/*
|
||||
@@ -81,7 +81,7 @@ public:
|
||||
|
||||
private:
|
||||
|
||||
typedef std::queue<PT::Space> JobsQueue;
|
||||
typedef std::queue<pt::Space> JobsQueue;
|
||||
typedef std::vector<JobsQueue> JobsQueueTab;
|
||||
JobsQueueTab jobs_queue_tab;
|
||||
|
||||
@@ -102,8 +102,8 @@ private:
|
||||
bool SignalReceived();
|
||||
void Do();
|
||||
void DoQueue(JobsQueue & jobs_queue);
|
||||
void DoJob(PT::Space & job);
|
||||
void DoWinixJob(PT::Space & job);
|
||||
void DoJob(pt::Space & job);
|
||||
void DoWinixJob(pt::Space & job);
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user