genericpositioningplugins/locationnpppsy/inc/npppsysingletonhandler.h
branchCompilerCompatibility
changeset 11 b1c431e5a893
parent 0 667063e416a2
equal deleted inserted replaced
10:936cdb3b3ca7 11:b1c431e5a893
    49         * must be called to release the reference
    49         * must be called to release the reference
    50         * @param aStatusInterface Referece to MPositionerStatus to report module 
    50         * @param aStatusInterface Referece to MPositionerStatus to report module 
    51         *                         status.
    51         *                         status.
    52         * @reuturn the pointer the the singleton handler
    52         * @reuturn the pointer the the singleton handler
    53         */
    53         */
    54         static CNppPsySingletonHandler* CNppPsySingletonHandler::GetInstanceL( 
    54         static CNppPsySingletonHandler* GetInstanceL( 
    55             MPositionerStatus& aStatusInterface );
    55             MPositionerStatus& aStatusInterface );
    56 
    56 
    57         /**
    57         /**
    58         * Release the reference to singleton handler. If there is no ojbect
    58         * Release the reference to singleton handler. If there is no ojbect
    59         * has the reference of this object, it will delete itself.
    59         * has the reference of this object, it will delete itself.