diff -r 4e91876724a2 -r 9ba538e329bd photosgallery/controllers/imageviewer/inc/glximageviewermanager.h --- a/photosgallery/controllers/imageviewer/inc/glximageviewermanager.h Thu Dec 17 08:45:44 2009 +0200 +++ b/photosgallery/controllers/imageviewer/inc/glximageviewermanager.h Thu Jan 07 12:46:23 2010 +0200 @@ -1,28 +1,20 @@ /* - ============================================================================ - Name : glximageviewermanager.h - Author : Hariharan Narayanan - Version : 1.0 - Copyright : /* - * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). - * All rights reserved. - * This component and the accompanying materials are made available - * under the terms of "Eclipse Public License v1.0" - * which accompanies this distribution, and is available - * at the URL "http://www.eclipse.org/legal/epl-v10.html". - * - * Initial Contributors: - * Nokia Corporation - initial contribution. - * - * Contributors: - * - * Description: Image Viewer Manager - * - */ +* Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). +* All rights reserved. +* This component and the accompanying materials are made available +* under the terms of "Eclipse Public License v1.0" +* which accompanies this distribution, and is available +* at the URL "http://www.eclipse.org/legal/epl-v10.html". +* +* Initial Contributors: +* Nokia Corporation - initial contribution. +* +* Contributors: +* +* Description: Image Viewer Manager header file : CCGlxImageViewerManager declaration +* +*/ -/* - * Description : CCGlxImageViewerManager declaration - */ #ifndef GLXIMAGEVIEWERMANAGER_H #define GLXIMAGEVIEWERMANAGER_H @@ -87,10 +79,12 @@ private: + //need to declare as it is initialised + TInt iRefCount; /// Reference count HBufC* iImageUri; /// image file uri in case of Photos starting as Image viewer RFile64* iFile; /// Handle to image file which will be shown in Image viewer TBool iIsPrivate; /// Flag that stores if the image file is in a private folder. ETrue means the image is private, else EFalse - TInt iRefCount; /// Reference count + }; #include "glximageviewermanager.inl"