Lines Matching refs:Operation
113 Operation::Operation (const char* name)
119 Operation::~Operation (void)
123 void Operation::execute (Thread& thread)
134 // Try execute operation
190 void Thread::addOperation (Operation* operation)
192 m_operations.push_back(operation);
200 // Reserve at least two messages for each operation
274 : Operation ("CompareData")