Some minor optimalizations and fixes to controller.

This commit is contained in:
Thulinma 2013-08-12 13:16:29 +02:00
parent 6d4fa4d1ef
commit 221cd15b07
8 changed files with 101 additions and 138 deletions

View file

@ -6,6 +6,6 @@ namespace Controller {
void UpdateProtocol(std::string protocol);
/// Checks current protocol configuration, updates state of enabled connectors if neccesary.
void CheckProtocols(JSON::Value & p);
void CheckProtocols(JSON::Value & p, JSON::Value & capabilities);
}