forked from organicmaps/organicmaps
Add dummy CreateSocket under Linux
This commit is contained in:
parent
14345d4dcc
commit
02332affcb
1 changed files with 9 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
#include "platform/platform.hpp"
|
||||
#include "platform/socket.hpp"
|
||||
|
||||
#include "coding/file_reader.hpp"
|
||||
#include "coding/file_name_utils.hpp"
|
||||
|
@ -41,6 +42,14 @@ bool IsEulaExist(string const & directory)
|
|||
}
|
||||
} // namespace
|
||||
|
||||
namespace platform
|
||||
{
|
||||
unique_ptr<Socket> CreateSocket()
|
||||
{
|
||||
return unique_ptr<Socket>();
|
||||
}
|
||||
}
|
||||
|
||||
Platform::Platform()
|
||||
{
|
||||
// Init directories.
|
||||
|
|
Loading…
Add table
Reference in a new issue