phonebookui/Phonebook2/ccapplication/ccapp/inc/ccaappappui.h
branchRCL_3
changeset 39 a6539d1e8e43
parent 0 e686773b3f54
child 64 c1e8ba0c2b16
equal deleted inserted replaced
35:4ae315f230bc 39:a6539d1e8e43
    56 public:
    56 public:
    57 
    57 
    58     /**
    58     /**
    59      * Initializes view plugin for usage. Calls 1st 
    59      * Initializes view plugin for usage. Calls 1st 
    60      * PreparePluginViewL and then ActivatePluginViewL.
    60      * PreparePluginViewL and then ActivatePluginViewL.
    61      *
    61      */
    62      * @since S60 v5.0
    62     void InitializePluginL();
       
    63     
       
    64     /**
       
    65      * Sets the CCApp parameter
    63      * @param aParameter contains contact information. 
    66      * @param aParameter contains contact information. 
    64      *        Ownership is transferred.
    67      *        Ownership is transferred.
    65      */
    68      */        
    66     void InitializePlugin( CCCAParameter& aParameter );
    69     void SetParameter( CCCAParameter& aParameter );
    67 
    70 
    68     /**
    71     /**
    69      * Returns a reference to CCApp parameter
    72      * Returns a reference to CCApp parameter
    70      *
    73      *
    71      * @since S60 v5.0
    74      * @since S60 v5.0