diff -r f0c0788c4de2 -r 756ad29ed18e camerauis/cameraapp/generic/common/src/CamCollectionManagerAo.cpp --- a/camerauis/cameraapp/generic/common/src/CamCollectionManagerAo.cpp Wed Sep 15 11:51:19 2010 +0300 +++ b/camerauis/cameraapp/generic/common/src/CamCollectionManagerAo.cpp Wed Oct 13 14:09:54 2010 +0300 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2007 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" @@ -13,6 +13,18 @@ * * Description: Implementation of Collection Manager asynchronous operation * + + Copyright (c) 2007 Nokia Corporation. +* This material, including documentation and any related +* computer programs, is protected by copyright controlled by +* Nokia Corporation. All rights are reserved. Copying, +* including reproducing, storing, adapting or translating, any +* or all of this material requires the prior written consent of +* Nokia Corporation. This material also contains confidential +* information which may not be disclosed to others without the +* prior written consent of Nokia Corporation. +* +* */ @@ -190,7 +202,7 @@ PRINT( _L("Camera <> CCamCollectionManagerAO::DoAddToAlbumOperationL ... Enters Else Loop") ); iAddToAlbum = EFalse; iSelectedAlbumIds.Reset(); - iObserver.AddToAlbumIdOperationCompleteL(); + iObserver.AddToAlbumIdOperationComplete(); } PRINT1( _L("Camera <= CCamCollectionManagerAO::DoAddToAlbumOperationL ... Before leaving iCurrentAlbumIndex (%d)"), iCurrentAlbumIndex ) }