appfw/apparchitecture/inc/apaapp.h
branchRCL_3
changeset 63 c2c61fdca848
parent 62 924385140d98
equal deleted inserted replaced
62:924385140d98 63:c2c61fdca848
     1 // Copyright (c) 1997-2010 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 "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".
    17 //
    17 //
    18 
    18 
    19 #ifndef __APAAPP_H__
    19 #ifndef __APAAPP_H__
    20 #define __APAAPP_H__
    20 #define __APAAPP_H__
    21 
    21 
       
    22 #ifdef SYMBIAN_ENABLE_SPLIT_HEADERS
       
    23 #if !defined(__APAID_PARTNER_H__)
       
    24 #include "apaidpartner.h"
       
    25 #endif
       
    26 #endif //SYMBIAN_ENABLE_SPLIT_HEADERS
    22 #include <e32std.h>
    27 #include <e32std.h>
    23 #include <e32base.h>
    28 #include <e32base.h>
    24 #include <apadef.h>
    29 #include <apadef.h>
    25 #include <apaid.h>
    30 #include <apaid.h>
    26 
    31