equal
deleted
inserted
replaced
17 |
17 |
18 |
18 |
19 // INCLUDE FILES |
19 // INCLUDE FILES |
20 #include "HtiIpProxyServicePlugin.h" |
20 #include "HtiIpProxyServicePlugin.h" |
21 #include <HtiDispatcherInterface.h> |
21 #include <HtiDispatcherInterface.h> |
22 #include <HTILogging.h> |
22 #include <HtiLogging.h> |
23 #include <badesca.h> |
23 #include <badesca.h> |
24 #include <in_sock.h> |
24 #include <in_sock.h> |
25 #include "MSocketObserver.h" |
25 #include "MSocketObserver.h" |
26 #include "MHostConnectionObserver.h" |
26 #include "Mhostconnectionobserver.h" |
27 #include "CIPProxyEngine.h" |
27 #include "CIPProxyEngine.h" |
28 |
28 |
29 // CONSTANTS |
29 // CONSTANTS |
30 const static TUid KIpProxyServiceUid = { 0x10210CD3 }; |
30 const static TUid KIpProxyServiceUid = { 0x10210CD3 }; |
31 |
31 |