javacommons/utils/inc.s60/javaosheaders.h
branchRCL_3
changeset 19 04becd199f91
equal deleted inserted replaced
16:f5050f1da672 19:04becd199f91
       
     1 /*
       
     2 * Copyright (c) 2007-2007 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 #ifndef JAVAOSHEADERS_H
       
    20 #define JAVAOSHEADERS_H
       
    21 
       
    22 #include <e32base.h>
       
    23 
       
    24 #ifndef OS_EXPORT
       
    25 #define OS_EXPORT EXPORT_C
       
    26 #endif
       
    27 
       
    28 #ifndef OS_IMPORT
       
    29 #define OS_IMPORT IMPORT_C
       
    30 #endif
       
    31 
       
    32 #ifndef OS_NONSHARABLE_CLASS
       
    33 #define OS_NONSHARABLE_CLASS(__x__) NONSHARABLE_CLASS(__x__)
       
    34 #endif
       
    35 
       
    36 #ifndef OS_NONSHARABLE_STRUCT
       
    37 #define OS_NONSHARABLE_STRUCT(__x__) NONSHARABLE_STRUCT(__x__)
       
    38 #endif
       
    39 
       
    40 #endif // JAVAOSHEADERS_H