phoneapp/phoneuistates/src/cphoneresourceresolvergsm.cpp
branchRCL_3
changeset 61 41a7f70b3818
parent 58 40a3f856b14d
child 62 5266b1f337bd
equal deleted inserted replaced
58:40a3f856b14d 61:41a7f70b3818
    27 #include "cphonemainresourceresolver.h"
    27 #include "cphonemainresourceresolver.h"
    28 #include "phoneconstants.h"
    28 #include "phoneconstants.h"
    29 #include "phonerssgsm.h"
    29 #include "phonerssgsm.h"
    30 #include "phonerssbase.h"
    30 #include "phonerssbase.h"
    31 #include "phonelogger.h"
    31 #include "phonelogger.h"
    32 #include <phoneui.rsg>
    32 #include "phoneresourceids.h"
    33 
       
    34 
    33 
    35 // ============================ MEMBER FUNCTIONS ===============================
    34 // ============================ MEMBER FUNCTIONS ===============================
    36 
    35 
    37 // -----------------------------------------------------------------------------
    36 // -----------------------------------------------------------------------------
    38 // CPhoneResourceResolverGSM::CPhoneResourceResolverGSM
    37 // CPhoneResourceResolverGSM::CPhoneResourceResolverGSM
    39 // C++ default constructor can NOT contain any code, that
    38 // C++ default constructor can NOT contain any code, that
    40 // might leave.
    39 // might leave.
    41 // -----------------------------------------------------------------------------
    40 // -----------------------------------------------------------------------------
    42 //
    41 //
    43 EXPORT_C CPhoneResourceResolverGSM::CPhoneResourceResolverGSM() :
    42 EXPORT_C CPhoneResourceResolverGSM::CPhoneResourceResolverGSM(): iEnv( *CEikonEnv::Static() )
    44     iEnv( *CEikonEnv::Static() ) // codescanner::performance::eikonenvstatic
       
    45     {
    43     {
    46     }
    44     }
    47 
    45 
    48 // -----------------------------------------------------------------------------
    46 // -----------------------------------------------------------------------------
    49 // ourceResolverGSM::ConstructL
    47 // ourceResolverGSM::ConstructL
    50 // Symbian 2nd phase constructor can leave.
    48 // Symbian 2nd phase constructor can leave.
    51 // -----------------------------------------------------------------------------
    49 // -----------------------------------------------------------------------------
    52 //
    50 //
    53 EXPORT_C void CPhoneResourceResolverGSM::ConstructL()
    51 EXPORT_C void CPhoneResourceResolverGSM::ConstructL()
    54     {
    52     {
    55     
       
    56     __LOGMETHODSTARTEND(EPhoneUIStates, "CPhoneResourceResolverGSM::ConstructL");
    53     __LOGMETHODSTARTEND(EPhoneUIStates, "CPhoneResourceResolverGSM::ConstructL");
    57       
    54 
    58     BaseConstructL();
       
    59     
       
    60     // Register resolver
    55     // Register resolver
    61     CPhoneMainResourceResolver::Instance()->RegisterResolver( this );
    56     CPhoneMainResourceResolver::Instance()->RegisterResolver( this );
    62     }
    57     }
    63 
    58 
    64 // -----------------------------------------------------------------------------
    59 // -----------------------------------------------------------------------------