summaryrefslogtreecommitdiff
path: root/cpp/include/Ice/Service.h
diff options
context:
space:
mode:
authorAustin Henriksen <austin@zeroc.com>2021-01-26 13:38:28 -0500
committerAustin Henriksen <austin@zeroc.com>2021-01-26 13:38:28 -0500
commitec5fbf231f9df3e1827e563708c5fd84cd082100 (patch)
treebca4e1494a1c38fd8b45b7156fd7854d8e837a46 /cpp/include/Ice/Service.h
parentFixed dispatch code to report the original dispatch exception (#1253) (diff)
downloadice-ec5fbf231f9df3e1827e563708c5fd84cd082100.tar.bz2
ice-ec5fbf231f9df3e1827e563708c5fd84cd082100.tar.xz
ice-ec5fbf231f9df3e1827e563708c5fd84cd082100.zip
Fixed doxygen warnings and updated configs.
Diffstat (limited to 'cpp/include/Ice/Service.h')
-rw-r--r--cpp/include/Ice/Service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/Ice/Service.h b/cpp/include/Ice/Service.h
index 6a1a1c93789..8196d291917 100644
--- a/cpp/include/Ice/Service.h
+++ b/cpp/include/Ice/Service.h
@@ -157,6 +157,7 @@ public:
*/
bool checkSystem() const;
+#ifdef _WIN32
/**
* Alternative entry point for services that use their own
* command-line options. Instead of invoking main(), the
@@ -172,7 +173,6 @@ public:
* specified, the version of the Ice installation is used.
* @return The application's exit status: EXIT_FAILURE or EXIT_SUCCESS.
*/
-#ifdef _WIN32
int run(int argc, const wchar_t* const argv[], const InitializationData& initData = InitializationData(),
int version = ICE_INT_VERSION);
#endif