hotspotfw/internetconnectivitytestservice/src/ictsengine.cpp
changeset 2 6e4b6261703d
parent 0 56b72877c1cb
child 23 b852595f5cbe
equal deleted inserted replaced
1:d07e190ed096 2:6e4b6261703d
    14 * Description:   Actual implementation of DLL. 
    14 * Description:   Actual implementation of DLL. 
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 
    18 
    19 #include <apgcli.h>
       
    20 #include <eikenv.h> 
       
    21 #include <apgtask.h>
       
    22 #include <coemain.h> 
       
    23 #include <cmmanagerext.h>
       
    24 #include <cmmanagerdef.h>
       
    25 #include <f32file.h> 
    19 #include <f32file.h> 
    26 
    20 
    27 #include "ictsengine.h"
    21 #include "ictsengine.h"
    28 #include "internetconnectivitycrkeys.h"
    22 #include "internetconnectivitycrkeys.h"
    29 #include "ictsasyncwait.h"
    23 #include "ictsasyncwait.h"
    86     iPollingIntervalTimer = CIctsPollingIntervalTimer::NewL( *this );
    80     iPollingIntervalTimer = CIctsPollingIntervalTimer::NewL( *this );
    87     
    81     
    88     iPollingTimeTimer = CIctsPollingTimeTimer::NewL( *this );
    82     iPollingTimeTimer = CIctsPollingTimeTimer::NewL( *this );
    89     
    83     
    90     iHttpHandler = CIctsHttpHandler::NewL( *this, KHttpResponseTime );
    84     iHttpHandler = CIctsHttpHandler::NewL( *this, KHttpResponseTime );
    91     
       
    92     RCmManagerExt cmManager;
       
    93     cmManager.OpenL();
       
    94     CleanupClosePushL( cmManager );
       
    95     
       
    96     iEasyWlanIapId = cmManager.EasyWlanIdL();
       
    97     DEBUG1("CIctsEngine::ConstructL iEasyWlanIapId %d", iEasyWlanIapId );
       
    98     CleanupStack::PopAndDestroy( &cmManager );
       
    99     }
    85     }
   100 
    86 
   101 // ---------------------------------------------------------------------------
    87 // ---------------------------------------------------------------------------
   102 // CIctsEngine::NewL
    88 // CIctsEngine::NewL
   103 // ---------------------------------------------------------------------------
    89 // ---------------------------------------------------------------------------