Implement GetConnections().

This commit is contained in:
Peter Johnson
2015-08-02 10:47:05 -07:00
parent 84ff80710c
commit 538a19fd47
5 changed files with 26 additions and 2 deletions

View File

@@ -126,7 +126,7 @@ void SetUpdateRate(double interval) {
}
std::vector<ConnectionInfo> GetConnections() {
return std::vector<ConnectionInfo>();
return Dispatcher::GetInstance().GetConnections();
}
/*