From 5244f7909e04b23fbd5706dc6bcadafba21f7600 Mon Sep 17 00:00:00 2001 From: Javier Date: Sun, 16 Nov 2014 16:40:06 +0100 Subject: initial notification support --- sapd.pro | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'sapd.pro') diff --git a/sapd.pro b/sapd.pro index 7b5a154..ee30305 100644 --- a/sapd.pro +++ b/sapd.pro @@ -48,7 +48,9 @@ SOURCES += main.cc \ sapconnectionrequest.cc \ capabilitypeer.cc \ hostmanageragent.cc \ - hostmanagerconn.cc + hostmanagerconn.cc \ + notificationagent.cc \ + notificationconn.cc HEADERS += \ sapbtlistener.h \ @@ -70,4 +72,7 @@ HEADERS += \ sapconnectionrequest.h \ capabilitypeer.h \ hostmanageragent.h \ - hostmanagerconn.h + hostmanagerconn.h \ + notificationagent.h \ + notificationconn.h \ + endianhelpers.h -- cgit v1.2.3