camerauis/cameraapp/generic/common/src/CamCollectionManagerAo.cpp
branchRCL_3
changeset 67 756ad29ed18e
parent 62 f0c0788c4de2
equal deleted inserted replaced
62:f0c0788c4de2 67:756ad29ed18e
     1 /*
     1 /*
     2 * Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies). 
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    11 *
    11 *
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description:  Implementation of Collection Manager asynchronous operation
    14 * Description:  Implementation of Collection Manager asynchronous operation
    15 *  
    15 *  
       
    16 
       
    17    Copyright (c) 2007 Nokia Corporation.
       
    18 *  This material, including documentation and any related 
       
    19 *  computer programs, is protected by copyright controlled by 
       
    20 *  Nokia Corporation. All rights are reserved. Copying, 
       
    21 *  including reproducing, storing, adapting or translating, any 
       
    22 *  or all of this material requires the prior written consent of 
       
    23 *  Nokia Corporation. This material also contains confidential 
       
    24 *  information which may not be disclosed to others without the 
       
    25 *  prior written consent of Nokia Corporation.
       
    26 * 
       
    27 *
    16 */
    28 */
    17 
    29 
    18 
    30 
    19 #include "CamCollectionManagerAo.h"
    31 #include "CamCollectionManagerAo.h"
    20 #include <glxcollectionmanager.h>
    32 #include <glxcollectionmanager.h>
   188     else
   200     else
   189         {
   201         {
   190         PRINT( _L("Camera <> CCamCollectionManagerAO::DoAddToAlbumOperationL ... Enters Else Loop") );
   202         PRINT( _L("Camera <> CCamCollectionManagerAO::DoAddToAlbumOperationL ... Enters Else Loop") );
   191         iAddToAlbum = EFalse;
   203         iAddToAlbum = EFalse;
   192         iSelectedAlbumIds.Reset();
   204         iSelectedAlbumIds.Reset();
   193         iObserver.AddToAlbumIdOperationCompleteL();
   205         iObserver.AddToAlbumIdOperationComplete();
   194         }
   206         }
   195     PRINT1( _L("Camera <= CCamCollectionManagerAO::DoAddToAlbumOperationL ... Before leaving iCurrentAlbumIndex (%d)"), iCurrentAlbumIndex )
   207     PRINT1( _L("Camera <= CCamCollectionManagerAO::DoAddToAlbumOperationL ... Before leaving iCurrentAlbumIndex (%d)"), iCurrentAlbumIndex )
   196     }
   208     }
   197 
   209 
   198 
   210