summaryrefslogtreecommitdiff
path: root/AudioManagerDaemon/test/sockethandler/sockethandlerTest.h
diff options
context:
space:
mode:
Diffstat (limited to 'AudioManagerDaemon/test/sockethandler/sockethandlerTest.h')
-rw-r--r--AudioManagerDaemon/test/sockethandler/sockethandlerTest.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/AudioManagerDaemon/test/sockethandler/sockethandlerTest.h b/AudioManagerDaemon/test/sockethandler/sockethandlerTest.h
index 81ded2a..85e2dca 100644
--- a/AudioManagerDaemon/test/sockethandler/sockethandlerTest.h
+++ b/AudioManagerDaemon/test/sockethandler/sockethandlerTest.h
@@ -18,8 +18,8 @@ class fdCallBack
public:
fdCallBack(SocketHandler *SocketHandler);
virtual ~fdCallBack();
- void connectSocket(int fd,const short events,void * userData);
- void handleSocketData(int fd,const short events,void * userData);
+ void connectSocket(int fd,const int16_t events,void * userData);
+ void handleSocketData(int fd,const int16_t events,void * userData);
TSpecificPollCallback<fdCallBack> pSocketDataCallback;
TSpecificPollCallback<fdCallBack> pSocketConnectionCallback;
private: