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