photosgallery/controllers/imageviewer/inc/glximageviewermanager.inl
changeset 4 57d388cc48c1
parent 3 9a9c174934f5
child 5 f7f0874bfe7d
equal deleted inserted replaced
3:9a9c174934f5 4:57d388cc48c1
     1 /*
       
     2 * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: Image Viewer Manager
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 // INCLUDES
       
    21 
       
    22 EXPORT_C HBufC* CGlxImageViewerManager::ImageUri( void )
       
    23     {
       
    24     return iImageUri;
       
    25     }
       
    26 
       
    27 EXPORT_C RFile64& CGlxImageViewerManager::ImageFileHandle() const
       
    28     {
       
    29     return *iFile;
       
    30     }
       
    31 
       
    32 EXPORT_C TBool CGlxImageViewerManager::IsPrivate()
       
    33     {
       
    34     return iIsPrivate;
       
    35     }
       
    36 
       
    37 EXPORT_C void CGlxImageViewerManager::IncrementRefCount()
       
    38     {
       
    39     iRefCount++;
       
    40     }