diff options
author | Benoit Foucher <benoit@zeroc.com> | 2013-02-06 08:36:07 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2013-02-06 08:36:07 +0100 |
commit | e973fcc802ee8b0a248e309d408792f17865702a (patch) | |
tree | 2f11d2964cd7247d86427f791d061401aaf09a61 /cpp/test/WinRT/TestSuite/MainPage.xaml.cpp | |
parent | IceGrid/icebox demo README minor fix (diff) | |
download | ice-e973fcc802ee8b0a248e309d408792f17865702a.tar.bz2 ice-e973fcc802ee8b0a248e309d408792f17865702a.tar.xz ice-e973fcc802ee8b0a248e309d408792f17865702a.zip |
Finished fixing ICE-5180: Surface WinRT support
Diffstat (limited to 'cpp/test/WinRT/TestSuite/MainPage.xaml.cpp')
-rw-r--r-- | cpp/test/WinRT/TestSuite/MainPage.xaml.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cpp/test/WinRT/TestSuite/MainPage.xaml.cpp b/cpp/test/WinRT/TestSuite/MainPage.xaml.cpp index 412340124c7..2e72c0dea74 100644 --- a/cpp/test/WinRT/TestSuite/MainPage.xaml.cpp +++ b/cpp/test/WinRT/TestSuite/MainPage.xaml.cpp @@ -121,6 +121,11 @@ public: } vector<string> args; + // + // NOTE: When testing for SSL on a WinRT device, this needs to + // be set to the IP addresse of the host running the SSL + // server. + // args.push_back("--Ice.Default.Host=127.0.0.1"); args.push_back("--Ice.NullHandleAbort=1"); args.push_back("--Ice.Warn.Connections=1"); |