ncdengine/provider/inc/ncddelay.h
branchCompilerCompatibility
changeset 21 de6723242771
parent 0 ba25891c3a9e
equal deleted inserted replaced
20:5ca630240480 21:de6723242771
    34      * Constructor.
    34      * Constructor.
    35      * 
    35      * 
    36      * @param aCallBack Function that gets called after the timer goes off.
    36      * @param aCallBack Function that gets called after the timer goes off.
    37      * @return COsmDelay* Pointer to the created COsmDelay object.
    37      * @return COsmDelay* Pointer to the created COsmDelay object.
    38      */
    38      */
    39     static CNcdDelay* CNcdDelay::NewL( TCallBack aCallBack );
    39     static CNcdDelay* NewL( TCallBack aCallBack );
    40 
    40 
    41 private:
    41 private:
    42 
    42 
    43     /**
    43     /**
    44      * Constructor.
    44      * Constructor.