epoc32/include/basched.h
branchSymbian3
changeset 4 837f303aceeb
parent 2 2fe1408b6811
equal deleted inserted replaced
3:e1b950c65cb4 4:837f303aceeb
     1 // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 1997-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:
    35 const TInt KErrExtendedWithText=(-1001);
    35 const TInt KErrExtendedWithText=(-1001);
    36 const TInt KLeaveWithoutAlert=(-1002);
    36 const TInt KLeaveWithoutAlert=(-1002);
    37 const TInt KLeaveExit=(-1003);
    37 const TInt KLeaveExit=(-1003);
    38 
    38 
    39 /**
    39 /**
    40 @internalComponent
    40 @publishedAll
    41 */
    41 */
    42 struct SExtendedError
    42 struct SExtendedError
    43 	{
    43 	{
    44 	TUid iComponent;
    44 	TUid iComponent;
    45 	TInt iErrorNumber;
    45 	TInt iErrorNumber;
    55 */
    55 */
    56 	{
    56 	{
    57 public:
    57 public:
    58 	IMPORT_C static void LeaveNoAlert();
    58 	IMPORT_C static void LeaveNoAlert();
    59 public: // Internal to Symbian
    59 public: // Internal to Symbian
       
    60 	IMPORT_C CBaActiveScheduler();
       
    61 	IMPORT_C ~CBaActiveScheduler();
    60 	IMPORT_C static void Exit();
    62 	IMPORT_C static void Exit();
    61 	IMPORT_C static void LeaveForAlert(TUid aComponent,TInt aErrorNumber);
    63 	IMPORT_C static void LeaveForAlert(TUid aComponent,TInt aErrorNumber);
    62 	IMPORT_C static void LeaveForInfoPrint(TUid aComponent,TInt aErrorNumber);
    64 	IMPORT_C static void LeaveForInfoPrint(TUid aComponent,TInt aErrorNumber);
    63 	IMPORT_C static void LeaveForErrorHandler(const CBaErrorHandler *aHandler);
    65 	IMPORT_C static void LeaveForErrorHandler(const CBaErrorHandler *aHandler);
    64 	IMPORT_C static const SExtendedError& ExtendedError();
    66 	IMPORT_C static const SExtendedError& ExtendedError();