#include <IRequired.hpp>
Definition at line 10 of file IRequired.hpp.
virtual void call |
( |
const std::string & |
opName | ) |
|
|
pure virtual |
virtual void call |
( |
const std::string & |
opName, |
|
|
const Arguments & |
arguments |
|
) |
| |
|
pure virtual |
virtual int call |
( |
const std::string & |
opName, |
|
|
const Arguments & |
arguments, |
|
|
ICallback & |
callback |
|
) |
| |
|
pure virtual |
const byte ASYNCHRONOUS_DEFERRED = 1 |
|
static |
const byte ASYNCHRONOUS_IMMEDIATE = 2 |
|
static |
const byte DEFAULT_QUEUE = 100 |
|
static |
const byte NON_URGENT_QUEUE = 255 |
|
static |
const byte SYNCHRONOUS = 0 |
|
static |
const byte URGENT_QUEUE = 50 |
|
static |
const byte VERY_URGENT_QUEUE = 0 |
|
static |
The documentation for this class was generated from the following file: