examples/SDKExamples/ClientServerSync/client/inc/cssyncappui.h

00001 /*
00002 * ==============================================================================
00003 *  Name        : cssyncappui.h
00004 *  Part of     : CSSync
00005 *  Interface   :
00006 *  Description :
00007 *  Version     :
00008 *
00009 *  Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies).
00010 *  All rights reserved.
00011 *  This component and the accompanying materials are made available
00012 *  under the terms of "Eclipse Public License v1.0"
00013 *  which accompanies this distribution, and is available
00014 *  at the URL "http://www.eclipse.org/legal/epl-v10.html".
00015 * ==============================================================================
00016 */
00017 
00018 
00019 #ifndef __CSSYNCAPPUI_H__
00020 #define __CSSYNCAPPUI_H__
00021 
00022 // INCLUDE FILES
00023 #include <aknappui.h>
00024 
00025 // FORWARD DECLARATIONS
00026 class CCSSyncAppView;
00027 class CCSSyncDocument;
00028 
00029 // CLASS DECLARATION
00035 class CCSSyncAppUi : public CAknAppUi
00036     {
00037     public: // Constructors and destructors
00038 
00044         CCSSyncAppUi();
00045 
00050         virtual ~CCSSyncAppUi();
00051 
00052     public: // Functions from base classes
00053 
00059         void HandleCommandL( TInt aCommand );
00060         
00066         virtual void HandleResourceChangeL( TInt aType );
00067 
00068     private: // Constructors and destructors
00069 
00074         void ConstructL();
00075 
00076     private: // New functions
00077 
00082         CCSSyncDocument* SyncDocument() const;
00083 
00084     private: // Data
00085 
00090         CCSSyncAppView* iAppView;
00091     };
00092 
00093 
00094 #endif // __CSSYNCAPPUI_H__
00095 
00096 
00097 // End of File

Generated by  doxygen 1.6.2