00001 /* 00002 * ============================================================================== 00003 * Name : cssyncapplication.h 00004 * Part of : CSSync 00005 * Interface : 00006 * Description : 00007 * Version : 00008 * Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies). 00009 * All rights reserved. 00010 * This component and the accompanying materials are made available 00011 * under the terms of "Eclipse Public License v1.0" 00012 * which accompanies this distribution, and is available 00013 * at the URL "http://www.eclipse.org/legal/epl-v10.html". 00014 * ============================================================================== 00015 */ 00016 00017 00018 #ifndef __CSSYNC_APPLICATION_H__ 00019 #define __CSSYNC_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 KUidCSSyncApp = { 0xA00001FB }; 00027 00028 // CLASS DECLARATION 00034 class CCSSyncApplication : 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 // __CSSYNC_APPLICATION_H__ 00056 00057 00058 // End of File