phoneapp/phoneuicontrol/inc/cphonenumberentrymanager.h
branchCompilerCompatibility
changeset 16 4393b07b8c5d
parent 0 5f000ab63145
equal deleted inserted replaced
13:2411cd0e2ad6 16:4393b07b8c5d
    51         * @param aViewCommandHandle: Handle to the PhoneUIView.
    51         * @param aViewCommandHandle: Handle to the PhoneUIView.
    52         * @param aCustomization: Handle to customization.
    52         * @param aCustomization: Handle to customization.
    53         * @param aCbaManager: Handle to cphonecbamanager.
    53         * @param aCbaManager: Handle to cphonecbamanager.
    54         * @return CPhoneNumberEntryManager* object  
    54         * @return CPhoneNumberEntryManager* object  
    55         */
    55         */
    56         static CPhoneNumberEntryManager* CPhoneNumberEntryManager::NewL(
    56         static CPhoneNumberEntryManager* NewL(
    57                     CPhoneState* aState,
    57                     CPhoneState* aState,
    58                     MPhoneViewCommandHandle& aViewCommandHandle,
    58                     MPhoneViewCommandHandle& aViewCommandHandle,
    59                     MPhoneStateMachine& aStateMachine,
    59                     MPhoneStateMachine& aStateMachine,
    60                     MPhoneCustomization* aCustomization,
    60                     MPhoneCustomization* aCustomization,
    61                     CPhoneCbaManager& aCbaManager );
    61                     CPhoneCbaManager& aCbaManager );