connectionmonitoring/connmon/connectionmonitor/inc/ConnMonServ.h
changeset 66 ed07dcc72692
parent 53 4af712113915
child 71 9f263f780e41
equal deleted inserted replaced
64:84c6623982f6 66:ed07dcc72692
    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