uifw/AvKon/tsrc/bc/bctesttemplate/inc/bctesttemplatecontainer.h
branchRCL_3
changeset 38 c52421ed5f07
parent 0 2f259fa3e83a
equal deleted inserted replaced
29:a8834a2e9a96 38:c52421ed5f07
    47     
    47     
    48     /**
    48     /**
    49     * Set component control, and container will own the control
    49     * Set component control, and container will own the control
    50     * @param aControl pointer to a control.
    50     * @param aControl pointer to a control.
    51     */
    51     */
    52     void SetControl( CCoeControl* aControl ); 
    52     void SetControlL( CCoeControl* aControl ); 
    53     
    53     
    54     /**
    54     /**
    55      * Delete control
    55      * Delete control
    56      */
    56      */
    57     void ResetControl();
    57     void ResetControl();