diff options
author | Jose <jose@zeroc.com> | 2017-09-21 08:45:10 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2017-09-21 08:53:26 +0200 |
commit | 5fb4eb13230bf1c90c0f31760caaf5ec52adec95 (patch) | |
tree | d32d4b3c90a4052cfa1649cb66cdcf203e697ebc /cpp/test/uwp/controller/ViewController.xaml.h | |
parent | Fix Windows C++ compiler detection in test scripts (diff) | |
download | ice-5fb4eb13230bf1c90c0f31760caaf5ec52adec95.tar.bz2 ice-5fb4eb13230bf1c90c0f31760caaf5ec52adec95.tar.xz ice-5fb4eb13230bf1c90c0f31760caaf5ec52adec95.zip |
Add support to set server address with UWP controller
Added support set the server IP address to be use by
the UWP servers.
This allow to run UWP servers with clients from different
platforms.
Diffstat (limited to 'cpp/test/uwp/controller/ViewController.xaml.h')
-rw-r--r-- | cpp/test/uwp/controller/ViewController.xaml.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/test/uwp/controller/ViewController.xaml.h b/cpp/test/uwp/controller/ViewController.xaml.h index 77852ec9bd2..d39c1d49afc 100644 --- a/cpp/test/uwp/controller/ViewController.xaml.h +++ b/cpp/test/uwp/controller/ViewController.xaml.h @@ -43,6 +43,7 @@ private: friend class ControllerHelper; HINSTANCE loadDll(const std::string&); void println(const std::string&); + std::string getHost() const; void Hostname_SelectionChanged(Platform::Object^ sender, Windows::UI::Xaml::Controls::SelectionChangedEventArgs^ e); std::map<std::string, HINSTANCE> _dlls; |