1.1 --- a/epoc32/include/mw/msventryscheduledata.h Wed Mar 31 12:27:01 2010 +0100
1.2 +++ b/epoc32/include/mw/msventryscheduledata.h Wed Mar 31 12:33:34 2010 +0100
1.3 @@ -1,54 +1,46 @@
1.4 -/// Copyright (c) 1999-2009 Nokia Corporation and/or its subsidiary(-ies).
1.5 -/// All rights reserved.
1.6 -/// This component and the accompanying materials are made available
1.7 -/// under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
1.8 -/// which accompanies this distribution, and is available
1.9 -/// at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
1.10 -///
1.11 -/// Initial Contributors:
1.12 -/// Nokia Corporation - initial contribution.
1.13 -///
1.14 -/// Contributors:
1.15 -///
1.16 -/// Description:
1.17 -/// All rights reserved.
1.18 -/// This component and the accompanying materials are made available
1.19 -/// under the terms of the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members
1.20 -/// which accompanies this distribution, and is available
1.21 -/// at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
1.22 -/// Initial Contributors:
1.23 -/// Nokia Corporation - initial contribution.
1.24 -/// Contributors:
1.25 -///
1.26 +// Copyright (c) 1999-2009 Nokia Corporation and/or its subsidiary(-ies).
1.27 +// All rights reserved.
1.28 +// This component and the accompanying materials are made available
1.29 +// under the terms of "Eclipse Public License v1.0"
1.30 +// which accompanies this distribution, and is available
1.31 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.32 +//
1.33 +// Initial Contributors:
1.34 +// Nokia Corporation - initial contribution.
1.35 +//
1.36 +// Contributors:
1.37 +//
1.38 +// Description:
1.39 +//
1.40
1.41 #ifndef MSV_ENTRY_SCHEDULE_DATA_H_
1.42 #define MSV_ENTRY_SCHEDULE_DATA_H_
1.43
1.44 -/////////////////////////////////////////////////////////////////////////////
1.45 +//
1.46 //
1.47 // Includes
1.48 //
1.49 -/////////////////////////////////////////////////////////////////////////////
1.50 +//
1.51
1.52 #include <msvstore.h>
1.53 #include <schinfo.h>
1.54 #include <csch_cli.h>
1.55 #include <schtask.h>
1.56
1.57 -/////////////////////////////////////////////////////////////////////////////
1.58 +//
1.59 //
1.60 // Constants
1.61 //
1.62 -/////////////////////////////////////////////////////////////////////////////
1.63 +//
1.64
1.65 const TUid KUidMsvFileScheduleData = {0x100056A2}; //Used by TMsvEntryScheduleData
1.66 const TInt16 KMsvEntryScheduleDataVersion = 1;
1.67
1.68 -/////////////////////////////////////////////////////////////////////////////
1.69 +//
1.70 //
1.71 // TMsvEntryScheduleData Declaration
1.72 //
1.73 -/////////////////////////////////////////////////////////////////////////////
1.74 +//
1.75
1.76 /**
1.77 Stores message-specific data related to scheduling.