499564a1db10cd1d25513e2844e4c71ebbb0d2c7
[platform/core/location/maps-plugin-here.git] / inc / engine / common / HereConfig.h
1 //
2 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
3 //
4 // Licensed under the Apache License, Version 2.0 (the License);
5 // you may not use this file except in compliance with the License.
6 // You may obtain a copy of the License at
7 //
8 //     http://www.apache.org/licenses/LICENSE-2.0
9 //
10 // Unless required by applicable law or agreed to in writing, software
11 // distributed under the License is distributed on an "AS IS" BASIS,
12 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 // See the License for the specific language governing permissions and
14 // limitations under the License.
15 //
16
17 #ifndef HERE_CONFIG_H
18 #define HERE_CONFIG_H
19
20 #include "common/HereMaps_global.h"
21 #include "base/BaseObject.h"
22
23 TIZEN_MAPS_BEGIN_NAMESPACE
24
25 class EXPORT_API HereConfig
26 {
27 public:
28         HereConfig();
29         ~HereConfig();
30         static void SetProxyAddress(char* address);
31         static char* GetProxyAddress(void);
32         static void Shutdown(void);
33
34 //private:
35         static char* __proxy_address;
36 };
37
38 TIZEN_MAPS_END_NAMESPACE
39
40 #endif /* HERE_CONFIG_H */