examples/SDKExamples/ClientServerAsync/client/inc/csasyncapplication.h

00001 /*
00002 * ==============================================================================
00003 *  Name        : csasyncapplication.h
00004 *  Part of     : CSAsync
00005 *  Interface   :
00006 *  Description :
00007 *  Version     :
00008 *
00009 *  Copyright (c) 2004-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 #ifndef __CSASYNC_APPLICATION_H__
00019 #define __CSASYNC_APPLICATION_H__
00020 
00021 // INCLUDE FILES
00022 #include <aknapp.h>
00023 
00024 // CONSTANTS
00025 // Uid for this application, this should match the one in the mmp file
00026 const TUid KUidCSAsyncApp = { 0xA0000226 };
00027 
00028 // CLASS DECLARATION
00034 class CCSAsyncApplication : public CAknApplication
00035     {
00036     public: // Functions from base classes
00037 
00043         TUid AppDllUid() const;
00044 
00045     protected: // Functions from base classes
00046 
00052         CApaDocument* CreateDocumentL();
00053     };
00054 
00055 #endif // __CSASYNC_APPLICATION_H__
00056 
00057 
00058 // End of File

Generated by  doxygen 1.6.2