diff -r bf64cebf4673 -r 53c8aa5d97a3 camerauis/cameraapp/generic/inc/CamAppUi.h --- a/camerauis/cameraapp/generic/inc/CamAppUi.h Tue May 11 15:56:11 2010 +0300 +++ b/camerauis/cameraapp/generic/inc/CamAppUi.h Tue May 25 12:22:04 2010 +0300 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2007-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" @@ -894,6 +894,12 @@ * Hide the toolbar. */ void SubmergeToolbar(); + + /** + * Returns ETrue if the toolbar extension is visible, + * otherwise EFalse. + */ + TBool IsToolBarExtensionVisible() const; public: // Functions from base classes /** @@ -947,6 +953,13 @@ */ void StartAsServerAppL( MCamEmbeddedObserver *aEmbeddedObserver, TInt aMode ); + + /** + * Set application file server observer + * @since 9.2 + * @param aEmbeddedObserver service observer + */ + void SetEmbeddedObserver( MCamEmbeddedObserver* aEmbeddedObserver ); /** * Closes the application