Index: /trunk/FACT++/src/RemoteControl.h
===================================================================
--- /trunk/FACT++/src/RemoteControl.h	(revision 15041)
+++ /trunk/FACT++/src/RemoteControl.h	(revision 15042)
@@ -176,4 +176,6 @@
     int   JsGetState(const string &n) const   { return fImp ? fImp->GetStateIndex(n) : StateMachineImp::kSM_NotAvailable; }
     vector<State> JsGetStates(const string &server) { return fImp ? fImp->GetStates(server) : vector<State>(); }
+    set<Service> JsGetServices() { return fImp ? fImp->GetServiceList() : set<Service>(); }
+    vector<Description> JsGetDescription(const string &server) { return fImp ? fImp->GetDescription(server) : vector<Description>(); }
     State JsGetCurrentState() const
     {
