connectionmonitoring/connmon/connectionmonitor/inc/ConnMonServ.h
changeset 61 8b0c979bbe8c
parent 52 bbe4544dfd31
child 71 9f263f780e41
equal deleted inserted replaced
59:2709c04a4af5 61:8b0c979bbe8c
    18 #ifndef CONNMONSERV_H
    18 #ifndef CONNMONSERV_H
    19 #define CONNMONSERV_H
    19 #define CONNMONSERV_H
    20 
    20 
    21 #include <e32base.h>
    21 #include <e32base.h>
    22 
    22 
    23 _LIT( KConnMonDLL, "ConnMon.dll" );
       
    24 _LIT( KConnMonStartupSemaphore, "ConnMonStartupSemaphore" );
    23 _LIT( KConnMonStartupSemaphore, "ConnMonStartupSemaphore" );
    25 
    24 
    26 // Security policy
    25 // Security policy
    27 const TUint KConnMonPolicyRangeCount = 11;
    26 const TUint KConnMonPolicyRangeCount = 11;
    28 
    27