1#ifndef E_ADVERTISEMENT_COMM_MNG_H
2#define E_ADVERTISEMENT_COMM_MNG_H
10 class ExportXMLSoapProxy;
11 class _ns1__FullExportEx2;
33 static void *ThreadUpdateAdvertisementData(
void *arg );
34 static void *ThreadRefreshAmounts(
void *arg );
35 static void *ThreadUploadSpends(
void *arg );
Definition EAdvertisementCommMng.cpp:29
Definition EAdvertisementCommMng.h:17
EAdvertisementCommMng(EAdvertisementManager *owner)
bool IsCommunicationInProgress()
void UpdateAdvetisementData(long line, long trip, unsigned long deviceSNR, unsigned long buildNumber)
void SetWebServiceURL(std::string webServiceURL)
Definition EAdvertisementManager.h:17
Definition EAdvertisementCommMng.h:9