fixed missing function

This commit is contained in:
Dhilan007 2014-07-04 21:29:30 +08:00
parent c73a88c4a5
commit eee26b5029
1 changed files with 4 additions and 0 deletions

View File

@ -137,6 +137,10 @@ const std::string& Controller::getDeviceName()
return _deviceName;
}
void Controller::registerListeners()
{
}
bool Controller::isConnected() const
{
// If there is a controller instance, it means that the controller is connected.