This commit is contained in:
@ -9,8 +9,8 @@
|
||||
#include <fstream>
|
||||
#endif
|
||||
|
||||
GPSHyperionHandler::GPSHyperionHandler(object_id_t objectId, object_id_t deviceCommunication,
|
||||
CookieIF *comCookie, bool debugHyperionGps):
|
||||
GPSHyperionHandler::GPSHyperionHandler(object_id_t objectId, object_id_t parentId,
|
||||
bool debugHyperionGps):
|
||||
ExtendedControllerBase(objectId, objects::NO_OBJECT), gpsSet(this),
|
||||
debugHyperionGps(debugHyperionGps) {
|
||||
}
|
||||
|
Reference in New Issue
Block a user