| 178 | void IncLastCount(int compId); |
| 179 | |
| 180 | void GetExecPlan(TVector<ui16>* res) { |
| 181 | *res = UniversalExecPlan; |
| 182 | } |
| 183 | TGUID SendQuery(int compId, const char* query, TVector<char>* cmd, IRemoteQueryResponseNotify* proc, int resId); |
| 184 | void CancelQuery(const TGUID& req); |
| 185 | void RegisterCmdType(const char* sz, ICmdProcessor* p); |
no outgoing calls
no test coverage detected