diff -r 000000000000 -r 3ce708148e4d omadm/omadmappui/inc/NSmlDMSyncApp.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/omadm/omadmappui/inc/NSmlDMSyncApp.h Thu Dec 17 08:40:12 2009 +0200 @@ -0,0 +1,61 @@ +/* +* Copyright (c) 2002-2005 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" +* which accompanies this distribution, and is available +* at the URL "http://www.eclipse.org/legal/epl-v10.html". +* +* Initial Contributors: +* Nokia Corporation - initial contribution. +* +* Contributors: +* +* Description: Header file for CNSmlDMSyncApp +* +*/ + + +#ifndef NSMLDMSYNCAPP_H +#define NSMLDMSYNCAPP_H + +// INCLUDES +#include +#include + +const TUid KUidSmlSyncApp = { 0x101F6DE5 }; + +// CLASS DECLARATION + +/** +* Device Management Application +* +*/ +NONSHARABLE_CLASS (CNSmlDMSyncApp) : public CAknApplication + { + public: + /** + * From CApaApplication, creates CNSmlDMSyncDocument document object. + * @param None + * @return A pointer to the created document object. + */ + CApaDocument* CreateDocumentL(); + + /** + * From CApaApplication, returns application's UID (KUidSmlSyncApp). + * @param None + * @return The value of KUidSmlSyncApp. + */ + TUid AppDllUid() const; + + /** + * From CApaApplication, Creates new application server + * @param aAppServer App server + * @return None + */ + void NewAppServerL( CApaAppServer*& aAppServer ); + }; + +#endif // NSMLDMSYNCAPP_H + +// End of File