localisation/apparchitecture/inc/APASVST.H
branchSymbian3
changeset 57 b8d18c84f71c
parent 6 c108117318cb
equal deleted inserted replaced
56:aa99f2208aad 57:b8d18c84f71c
     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 "Eclipse Public License v1.0"
     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.eclipse.org/legal/epl-v10.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.
    11 // Contributors:
    11 // Contributors:
    12 //
    12 //
    13 // Description:
    13 // Description:
    14 // Starting of AppArc server
    14 // Starting of AppArc server
    15 // 
    15 // 
       
    16 // apasvst.h
    16 //
    17 //
       
    18 
    17 
    19 
    18 #ifndef __APASVST_H__
    20 #ifndef __APASVST_H__
    19 #define __APASCST_H__
    21 #define __APASCST_H__
    20 
    22 
    21 #include <e32std.h>
    23 #include <e32std.h>
    22 
    24 
    23 // classes referenced
    25 // classes referenced
    24 class MApaAppStarter;
    26 class MApaAppStarter;
    25 
    27 
    26 
    28 #ifndef SYMBIAN_ENABLE_SPLIT_HEADERS
       
    29 /**
       
    30 @internalTechnology
       
    31 @released
       
    32 */
    27 IMPORT_C TPtrC NameApaServStartSemaphore();
    33 IMPORT_C TPtrC NameApaServStartSemaphore();
    28 
    34 
       
    35 /**
       
    36 @internalTechnology
       
    37 @released 
       
    38 */
    29 IMPORT_C TPtrC NameApaServServerThread();
    39 IMPORT_C TPtrC NameApaServServerThread();
    30 
    40 
    31 IMPORT_C TInt StartupApaServer(MApaAppStarter& aAppStarter);
    41 #endif //SYMBIAN_ENABLE_SPLIT_HEADERS
    32 
    42 /**
       
    43 @publishedPartner 
       
    44 @released
       
    45 */
    33 IMPORT_C TInt StartupApaServerProcess();
    46 IMPORT_C TInt StartupApaServerProcess();
    34 
    47 
    35 IMPORT_C TInt ApaServThreadStart(TAny* aAppStarter);
    48 #ifndef SYMBIAN_ENABLE_SPLIT_HEADERS
       
    49 /**
       
    50 @internalTechnology
       
    51 @released
       
    52 */
       
    53 IMPORT_C TInt ApaServThreadStart(TAny* aUnused = NULL);
    36 
    54 
       
    55 #endif //SYMBIAN_ENABLE_SPLIT_HEADERS
    37 
    56 
    38 #endif
    57 #endif