photosgallery/commonui/inc/glxbackservicewrapper.h
branchCompilerCompatibility
changeset 17 ad4c3a8ea851
parent 0 4e91876724a2
equal deleted inserted replaced
16:0bc0ea26031e 17:ad4c3a8ea851
    39 
    39 
    40     /**
    40     /**
    41      * Two-phased constructors
    41      * Two-phased constructors
    42      * @param aUid client application UID
    42      * @param aUid client application UID
    43      */
    43      */
    44     static CGlxBackServiceWrapper* NewL( const TUid aUid );
    44     IMPORT_C static CGlxBackServiceWrapper* NewL( const TUid aUid );
    45     static CGlxBackServiceWrapper* NewLC( const TUid aUid );
    45     IMPORT_C static CGlxBackServiceWrapper* NewLC( const TUid aUid );
    46     
    46     
    47     /**
    47     /**
    48     * Destructor.
    48     * Destructor.
    49     */
    49     */
    50     virtual ~CGlxBackServiceWrapper();
    50     virtual ~CGlxBackServiceWrapper();