omads/omadsextensions/dsutils/nsmldefaultagendahandler/inc/nsmldefaultagendahandlerutil.h
branchRCL_3
changeset 52 4f0867e42d62
parent 1 95fdac6ccb5c
equal deleted inserted replaced
51:8e7494275d3a 52:4f0867e42d62
       
     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 C_NSML_DEFAULTAGENDAHANDLER_UTIL_H
       
    19 #define C_NSML_DEFAULTAGENDAHANDLER_UTIL_H
       
    20 
       
    21 #include <e32cons.h>
       
    22 #include <calcommon.h>
       
    23 #include <gdi.h>
       
    24 
       
    25 /**
       
    26  * 
       
    27  * 
       
    28  *
       
    29  * @lib NSmlDefaultAgendaHandler.lib
       
    30  */
       
    31 class CNSmlDefaultAgendaHandlerUtil : public CBase
       
    32   	{
       
    33     public:
       
    34         /**
       
    35         * Two-phased constructor.
       
    36         */
       
    37         static CNSmlDefaultAgendaHandlerUtil* NewL();
       
    38         
       
    39         /**
       
    40         * Destructor.
       
    41         */
       
    42         virtual ~CNSmlDefaultAgendaHandlerUtil();
       
    43     
       
    44     public: // New Functions
       
    45     
       
    46     private:
       
    47        /**
       
    48        * C++ default constructor.
       
    49        */
       
    50         CNSmlDefaultAgendaHandlerUtil();
       
    51     
       
    52     public: // Data
       
    53         HBufC* iFileName;
       
    54         HBufC* iName;
       
    55         TBool iEnabled;    
       
    56         TBool iSyncStatus;
       
    57         TTime iCreated;
       
    58         TTime iModified;
       
    59 	};
       
    60 
       
    61 #endif // C_NSML_DEFAULTAGENDAHANDLER_UTIL_H