hti/HtiServicePlugins/HtiIpProxyServicePlugin/src/HtiIpProxyServicePlugin.cpp
branchRCL_3
changeset 4 73ff0d268e1d
parent 0 a03f92240627
equal deleted inserted replaced
1:28c1bd28d474 4:73ff0d268e1d
    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