commonuisupport/uikon/srvsrc/eiksrvsconsts.h
changeset 0 2f259fa3e83a
equal deleted inserted replaced
-1:000000000000 0:2f259fa3e83a
       
     1 // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 #ifndef EIKSRVSCONSTS_H
       
    17 #define EIKSRVSCONSTS_H
       
    18 
       
    19 /**
       
    20 @internalComponent
       
    21 */
       
    22 const TInt KEikSrvDefaultHeapSize=0x10000;
       
    23 
       
    24 /**
       
    25 @internalComponent
       
    26 */
       
    27 const TInt KEikSrvDefaultMaxHeapSize=0x100000;
       
    28 
       
    29 /** 
       
    30 @internalComponent
       
    31 */
       
    32 typedef TThreadFunction* (*EikSrvEntrypoint)();
       
    33 
       
    34 /**
       
    35 function to panic the server
       
    36 
       
    37 @internalComponent
       
    38 */
       
    39 GLREF_C void PanicServer(TEikAppUiServPanic aPanic);
       
    40 
       
    41 #endif /* EIKSRVSCONSTS_H */