phoneapp/phoneuiutils/inc/cphoneclearblacklist.h
changeset 21 92ab7f8d0eab
parent 0 5f000ab63145
child 51 f39ed5e045e0
child 62 5266b1f337bd
equal deleted inserted replaced
4:c84cf270c54f 21:92ab7f8d0eab
    47         /**
    47         /**
    48         * First call initializes the singleton object. 
    48         * First call initializes the singleton object. 
    49         * Singleton must be initialized only once and then Instance() method 
    49         * Singleton must be initialized only once and then Instance() method 
    50         * may be used to get handle to instance.
    50         * may be used to get handle to instance.
    51         * @param aWsSession window server session.
    51         * @param aWsSession window server session.
    52 	    * @param aDevice window.
    52         * @param aDevice window.
    53         * @return the created instance.
    53         * @return the created instance.
    54         */
    54         */
    55         IMPORT_C static CPhoneClearBlacklist* CreateL(
    55         IMPORT_C static CPhoneClearBlacklist* CreateL(
    56 	        RWsSession& aWsSession, 
    56             RWsSession& aWsSession, 
    57 	        const RWindowBase& aDevice );
    57             const RWindowBase& aDevice );
    58     
    58     
    59         /**
    59         /**
    60         * Returns an instance of this class.
    60         * Returns an instance of this class.
    61         * @return A pointer to CPhoneClearBlacklist class 
    61         * @return A pointer to CPhoneClearBlacklist class 
    62         */
    62         */