- Timestamp:
- 03/13/13 10:49:09 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/RemoteControl.h
r14986 r15042 176 176 int JsGetState(const string &n) const { return fImp ? fImp->GetStateIndex(n) : StateMachineImp::kSM_NotAvailable; } 177 177 vector<State> JsGetStates(const string &server) { return fImp ? fImp->GetStates(server) : vector<State>(); } 178 set<Service> JsGetServices() { return fImp ? fImp->GetServiceList() : set<Service>(); } 179 vector<Description> JsGetDescription(const string &server) { return fImp ? fImp->GetDescription(server) : vector<Description>(); } 178 180 State JsGetCurrentState() const 179 181 {
Note:
See TracChangeset
for help on using the changeset viewer.