577e10648c7be860f354c920ac45b13c5db5fa24
[platform/core/location/maps-plugin-here.git] / inc / engine / finder / PlacesGlobals.h
1 /*
2  * Copyright (C) 2013 HERE Global B.V. All rights reserved.
3  * This software, including documentation, is protected by copyright controlled by
4  * HERE Global B.V. (“Software”). All rights are reserved. Copying, including reproducing,
5  * storing, adapting or translating, any or all of this material requires the prior
6  * written consent of HERE Global B.V. You may use this
7  * Software in accordance with the terms and conditions defined in the
8  * HERE Location Platform Services Terms and Conditions, available at
9  * http://developer.here.com/terms-conditions-base
10  *
11  * As an additional permission to the above, you may distribute Software,
12  * in object code format as part of an Application, according to, and subject to, terms and
13  * conditions defined in the Tizen Software Development kit (“SDK”) License Agreement.
14  * You may distribute such object code format Application under terms of your choice,
15  * provided that the header and source files of the Software have not been modified.
16  */
17
18 #ifndef PLACES_GLOBAL_H_
19 #define PLACES_GLOBAL_H_
20
21 #include "common/HereMaps_global.h"
22
23 #ifndef TIZEN_MIGRATION
24 #include <FBase.h>
25 #endif
26
27 HERE_MAPS_BEGIN_NAMESPACE
28
29 /**
30  * This typedef defines a list of strings as a type.
31  * 
32  * \ingroup finder
33  * \typedef std::vector<Tizen::Base::String> StringList
34  */
35 typedef std::vector<String> StringList;
36
37 HERE_MAPS_END_NAMESPACE
38
39 #endif // PLACES_GLOBAL_H_