epoc32/include/csch_cli.h
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
equal deleted inserted replaced
3:e1b950c65cb4 4:837f303aceeb
     1 // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // 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
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.symbianfoundation.org/legal/licencesv10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     7 //
     8 // Initial Contributors:
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
     9 // Nokia Corporation - initial contribution.
    10 //
    10 //
    11 // Contributors:
    11 // Contributors:
    31 #include <schinfo.h>
    31 #include <schinfo.h>
    32 #endif
    32 #endif
    33 
    33 
    34 #include <e32cons.h>
    34 #include <e32cons.h>
    35 
    35 
       
    36 
    36 class TTaskSchedulerCondition;
    37 class TTaskSchedulerCondition;
    37 class TScheduleSettings2;
    38 class TScheduleSettings2;
    38 /**
    39 class TScheduleInfo;
    39 starts scheduler under EPOC32
    40 
    40 @internalComponent
       
    41 @deprecated
       
    42 */
       
    43 IMPORT_C TInt StartSch32();
       
    44 
    41 
    45 /** 
    42 /** 
    46 Constants
    43 Constants
    47 @publishedAll
    44 @publishedAll
    48 @deprecated
    45 @deprecated
    49 */
    46 */
    50 const TUint KESchMajorVersionNumber=1;
    47 const TUint KESchMajorVersionNumber=1;
    51 const TUint KESchMinorVersionNumber=0;
    48 const TUint KESchMinorVersionNumber=0;
    52 const TUint KESchBuildVersionNumber=50;
    49 const TUint KESchBuildVersionNumber=50;
    53 
    50 
    54 /**
    51 
    55 @internalComponent
       
    56 @deprecated
       
    57 */
       
    58 const TInt KMaxScheduleName=50;
       
    59 
       
    60 /**
       
    61 @internalComponent
       
    62 @deprecated
       
    63 */
       
    64 _LIT(KScheduleServerName, "!TaskScheduler");
       
    65 
    52 
    66 /**
    53 /**
    67 Client side interface to the Task Scheduler.
    54 Client side interface to the Task Scheduler.
    68 @publishedAll	
    55 @publishedAll	
    69 @released
    56 @released