From ca2db695f1258e0b325c7454a8f79c6d7b2eb48b Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Thu, 17 Oct 2019 06:34:09 -0700 Subject: ondemandnavi: remove DBus interface For proper afb interfae to function the DBus support needs to be removed. Bug-AGL: SPEC-2880 Change-Id: Ib501583e5cb3821bf5479d875e447411477c7da3 Signed-off-by: Matt Ranostay --- app/dbus_server.h | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 app/dbus_server.h (limited to 'app/dbus_server.h') diff --git a/app/dbus_server.h b/app/dbus_server.h deleted file mode 100644 index aaa4d73..0000000 --- a/app/dbus_server.h +++ /dev/null @@ -1,33 +0,0 @@ -#ifndef DBUS_SERVER_H -#define DBUS_SERVER_H -#include "org.agl.naviapi_interface.h" -#include "org.agl.naviapi_adaptor.h" -#include - -class DBus_Server : public QObject{ - - Q_OBJECT - - QString m_serverName; - QString m_pathName; - QString m_objName; - -public: - DBus_Server(QObject *parent = nullptr); - ~DBus_Server(); - -private: - void initDBus(); - void initAPIs(QObject*); - -signals: - void doGetRouteInfo(); - -public slots: - void getRouteInfoSlot(); - void sendSignalRouteInfo(double srt_lat,double srt_lon,double end_lat,double end_lon); - void sendSignalPosInfo(double lat,double lon,double drc,double dst); - void sendSignalStopDemo(); - void sendSignalArrived(); -}; -#endif // DBUS_SERVER_H -- cgit 1.2.3-korg