appfw/apparchitecture/inc/APASVST.H
changeset 0 2e3d3ce01487
equal deleted inserted replaced
-1:000000000000 0:2e3d3ce01487
       
     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 // Starting of AppArc server
       
    15 // 
       
    16 // apasvst.h
       
    17 //
       
    18 
       
    19 
       
    20 #ifndef __APASVST_H__
       
    21 #define __APASCST_H__
       
    22 
       
    23 #include <e32std.h>
       
    24 
       
    25 // classes referenced
       
    26 class MApaAppStarter;
       
    27 
       
    28 #ifndef SYMBIAN_ENABLE_SPLIT_HEADERS
       
    29 /**
       
    30 @internalTechnology
       
    31 @released
       
    32 */
       
    33 IMPORT_C TPtrC NameApaServStartSemaphore();
       
    34 
       
    35 /**
       
    36 @internalTechnology
       
    37 @released 
       
    38 */
       
    39 IMPORT_C TPtrC NameApaServServerThread();
       
    40 
       
    41 #endif //SYMBIAN_ENABLE_SPLIT_HEADERS
       
    42 /**
       
    43 @publishedPartner 
       
    44 @released
       
    45 */
       
    46 IMPORT_C TInt StartupApaServerProcess();
       
    47 
       
    48 #ifndef SYMBIAN_ENABLE_SPLIT_HEADERS
       
    49 /**
       
    50 @internalTechnology
       
    51 @released
       
    52 */
       
    53 IMPORT_C TInt ApaServThreadStart(TAny* aUnused = NULL);
       
    54 
       
    55 #endif //SYMBIAN_ENABLE_SPLIT_HEADERS
       
    56 
       
    57 #endif