diff -r 51dda465e618 -r 38fb6f7eacd5 camerauis/cameraapp/generic/inc/camoneclickuploadutility.h --- a/camerauis/cameraapp/generic/inc/camoneclickuploadutility.h Wed Apr 14 15:41:04 2010 +0300 +++ b/camerauis/cameraapp/generic/inc/camoneclickuploadutility.h Tue Apr 27 16:19:06 2010 +0300 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2008-2010 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" @@ -86,12 +86,17 @@ /** * Get the current one click icon */ - void UpdateUploadIcon( CAknToolbar *aToolbar, TCamCameraMode aMode ); + void UpdateUploadIconL( CAknToolbar *aToolbar, TCamCameraMode aMode ); /** + * Launch Share settings view + */ + void LaunchShareSettings(); + + /** * From MCamImageDecoderObserver */ - virtual void ImageDecoded( TInt aStatus, const CFbsBitmap* aBitmap, + virtual void ImageDecodedL( TInt aStatus, const CFbsBitmap* aBitmap, const CFbsBitmap* aMask ); private: