remotemgmt_plat/syncml_ds_error_reporting_api/tsrc/SyncStatusSpy/inc/SyncStatusSpyDocument.h
branchRCL_3
changeset 26 19bba8228ff0
parent 11 06f47423ecee
equal deleted inserted replaced
25:b183ec05bd8c 26:19bba8228ff0
       
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef SYNCSTATUSSPYDOCUMENT_H
       
    19 #define SYNCSTATUSSPYDOCUMENT_H
       
    20 
       
    21 #include <akndoc.h>
       
    22 		
       
    23 class CEikAppUi;
       
    24 
       
    25 /**
       
    26 * @class	CSyncStatusSpyDocument SyncStatusSpyDocument.h
       
    27 * @brief	A CAknDocument-derived class is required by the S60 application 
       
    28 *           framework. It is responsible for creating the AppUi object. 
       
    29 */
       
    30 class CSyncStatusSpyDocument : public CAknDocument
       
    31 	{
       
    32 public: 
       
    33 	// constructor
       
    34 	static CSyncStatusSpyDocument* NewL( CEikApplication& aApp );
       
    35 
       
    36 private: 
       
    37 	// constructors
       
    38 	CSyncStatusSpyDocument( CEikApplication& aApp );
       
    39 	void ConstructL();
       
    40 	
       
    41 public: 
       
    42 	// from base class CEikDocument
       
    43 	CEikAppUi* CreateAppUiL();
       
    44 	};
       
    45 #endif // SYNCSTATUSSPYDOCUMENT_H