secureswitools/swianalysistoolkit/source/common/utf8_wrapper.h
author hgs
Thu, 08 Jul 2010 20:28:00 +0300
changeset 50 c6e8afe0ba85
permissions -rw-r--r--
201027_01
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
50
c6e8afe0ba85 201027_01
hgs
parents:
diff changeset
     1
/*
c6e8afe0ba85 201027_01
hgs
parents:
diff changeset
     2
* Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
c6e8afe0ba85 201027_01
hgs
parents:
diff changeset
     3
* All rights reserved.
c6e8afe0ba85 201027_01
hgs
parents:
diff changeset
     4
* This component and the accompanying materials are made available
c6e8afe0ba85 201027_01
hgs
parents:
diff changeset
     5
* under the terms of the License "Eclipse Public License v1.0"
c6e8afe0ba85 201027_01
hgs
parents:
diff changeset
     6
* which accompanies this distribution, and is available
c6e8afe0ba85 201027_01
hgs
parents:
diff changeset
     7
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
c6e8afe0ba85 201027_01
hgs
parents:
diff changeset
     8
*
c6e8afe0ba85 201027_01
hgs
parents:
diff changeset
     9
* Initial Contributors:
c6e8afe0ba85 201027_01
hgs
parents:
diff changeset
    10
* Nokia Corporation - initial contribution.
c6e8afe0ba85 201027_01
hgs
parents:
diff changeset
    11
*
c6e8afe0ba85 201027_01
hgs
parents:
diff changeset
    12
* Contributors:
c6e8afe0ba85 201027_01
hgs
parents:
diff changeset
    13
*
c6e8afe0ba85 201027_01
hgs
parents:
diff changeset
    14
* Description:  A wrapper header to include utf8.h using the header
c6e8afe0ba85 201027_01
hgs
parents:
diff changeset
    15
*               macro to avoid problems due to multiple inclusions.  
c6e8afe0ba85 201027_01
hgs
parents:
diff changeset
    16
*				To avoid any possible third-party license issues, 
c6e8afe0ba85 201027_01
hgs
parents:
diff changeset
    17
*				the third-party header utf8.h is not modified.
c6e8afe0ba85 201027_01
hgs
parents:
diff changeset
    18
*/
c6e8afe0ba85 201027_01
hgs
parents:
diff changeset
    19
c6e8afe0ba85 201027_01
hgs
parents:
diff changeset
    20
#ifndef UTF8_WRAPPER_H
c6e8afe0ba85 201027_01
hgs
parents:
diff changeset
    21
#define UTF8_WRAPPER_H
c6e8afe0ba85 201027_01
hgs
parents:
diff changeset
    22
c6e8afe0ba85 201027_01
hgs
parents:
diff changeset
    23
#include "utf8/utf8.h"
c6e8afe0ba85 201027_01
hgs
parents:
diff changeset
    24
c6e8afe0ba85 201027_01
hgs
parents:
diff changeset
    25
#endif /* UTF8_WRAPPER_H */