#include "RamProxyService.h"
|
enum | CacheCheckTime {
check_Always = 0,
check_Never,
check_in_year,
check_in_6_months,
check_in_3_months,
check_in_1_month,
check_in_1_week,
check_in_1_day,
check_in_12_hours,
check_in_6_hours,
check_in_3_hours,
check_in_2_hours,
check_in_1_hour,
check_in_30_minutes,
check_in_15_minutes,
check_in_5_minutes,
check_in_1_minute,
check_in_30_seconds,
check_in_15_seconds,
check_in_5_seconds,
check_in_1_second,
_checkCount
} |
|
PyObject * | _BuildCachedReturn (PySubStream **result, const char *sessionInfo, CacheCheckTime check) |
|
virtual PyBoundObject * | CreateBoundObject (Client *pClient, const PyRep *bind_args) |
|
virtual PyResult | Handle_MachoResolveObject (PyCallArgs &call) |
|
virtual PyResult | Handle_MachoBindObject (PyCallArgs &call) |
|
void | _SetCallDispatcher (CallDispatcher *d) |
|
PyServiceMgr *const | m_manager |
|
static const char *const | s_checkTimeStrings [_checkCount] |
|
Definition at line 33 of file RamProxyService.h.
RamProxyService::~RamProxyService |
( |
| ) |
|
|
virtual |
RamProxyService::PyCallable_DECL_CALL |
( |
GetJobs2 |
| ) |
|
|
private |
RamProxyService::PyCallable_DECL_CALL |
( |
InstallJob |
| ) |
|
|
private |
RamProxyService::PyCallable_DECL_CALL |
( |
CompleteJob |
| ) |
|
|
private |
RamProxyService::PyCallable_DECL_CALL |
( |
AssemblyLinesGet |
| ) |
|
|
private |
RamProxyService::PyCallable_DECL_CALL |
( |
AssemblyLinesSelect |
| ) |
|
|
private |
RamProxyService::PyCallable_DECL_CALL |
( |
GetRelevantCharSkills |
| ) |
|
|
private |
RamProxyService::PyCallable_DECL_CALL |
( |
AssemblyLinesSelectCorp |
| ) |
|
|
private |
RamProxyService::PyCallable_DECL_CALL |
( |
AssemblyLinesSelectPublic |
| ) |
|
|
private |
RamProxyService::PyCallable_DECL_CALL |
( |
AssemblyLinesSelectPrivate |
| ) |
|
|
private |
RamProxyService::PyCallable_DECL_CALL |
( |
AssemblyLinesSelectAlliance |
| ) |
|
|
private |
RamProxyService::PyCallable_DECL_CALL |
( |
UpdateAssemblyLineConfigurations |
| ) |
|
|
private |
Dispatcher* const RamProxyService::m_dispatch |
|
private |
The documentation for this class was generated from the following files: