uigraphics/AknIcon/srvinc/AknIconSrvStub.h
changeset 0 05e9090e2422
equal deleted inserted replaced
-1:000000000000 0:05e9090e2422
       
     1 /*
       
     2 * Copyright (c) 2002 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 
       
    19 
       
    20 #ifndef AKN_ICON_SERVER_STUB_H
       
    21 #define AKN_ICON_SERVER_STUB_H
       
    22 
       
    23 //  INCLUDES
       
    24 #include <e32base.h>
       
    25 
       
    26 // CLASS DECLARATION
       
    27 
       
    28 NONSHARABLE_CLASS(CAknIconServer) : public CServer2
       
    29     { 
       
    30     public:
       
    31         CAknIconServer() : CServer2( 0 ) {}
       
    32         IMPORT_C static TInt ThreadStart();
       
    33     };
       
    34 
       
    35 IMPORT_C GLREF_C void __SERVER_HEAP_MARK();
       
    36 IMPORT_C GLREF_C void __SERVER_HEAP_MARKEND();
       
    37 IMPORT_C GLREF_C void __SERVER_HEAP_FAILNEXT( TInt aCount );
       
    38 IMPORT_C GLREF_C void __SERVER_HEAP_FAILNEXT_INCREASING( TInt aCount );
       
    39 IMPORT_C GLREF_C void __SERVER_HEAP_RESET();
       
    40 IMPORT_C GLREF_C void __SERVER_RESET_DYNAMICALLY_CHANGING_ALLOCATIONS();
       
    41 IMPORT_C GLREF_C TInt __SERVER_HEAP_USED();
       
    42 
       
    43 #endif // AKN_ICON_SERVER_STUB_H
       
    44 
       
    45 // Enf of File