AppCore
Loading...
Searching...
No Matches
EAdvertisementCommMng.h
Go to the documentation of this file.
1#ifndef E_ADVERTISEMENT_COMM_MNG_H
2#define E_ADVERTISEMENT_COMM_MNG_H
3
4#include "pthread.h"
5#include <string>
6#include <vector>
7#include <list>
8
9namespace EAdvertisements{
10 class ExportXMLSoapProxy;
11 class _ns1__FullExportEx2;
12}
13
16class EAdvertisementCommMng /*: public ESingleton <EAdvertisementCommMng>*/
17{
18public:
21
22 void UpdateAdvetisementData( long line, long trip, unsigned long deviceSNR, unsigned long buildNumber );
25
27
28 void SetWebServiceURL( std::string webServiceURL );
29
30private:
32
33 static void *ThreadUpdateAdvertisementData( void *arg );
34 static void *ThreadRefreshAmounts( void *arg );
35 static void *ThreadUploadSpends( void *arg );
36};
37
38#endif //E_ADVERTISEMENT_COMM_MNG_H
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