[Tizen] Added target_os

This commit is contained in:
Sergey Pisarchik 2014-04-08 12:54:23 +03:00 committed by Alex Zolotarev
parent e3604ae02f
commit 489dabd990

View file

@ -1,6 +1,8 @@
#pragma once
#include "../../std/string.hpp"
#include "../../std/target_os.hpp"
#ifdef OMIM_OS_TIZEN
namespace Tizen
{
namespace Base
@ -11,3 +13,5 @@ namespace Tizen
//Convert from Tizen string to std::string
string FromTizenString(Tizen::Base::String const & str_tizen);
#endif