diff options
author | Benoit Foucher <benoit@zeroc.com> | 2004-02-10 22:49:17 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2004-02-10 22:49:17 +0000 |
commit | 65bd3b16fd027e3e76f9a38e60b99b07773728e7 (patch) | |
tree | 7d9692f460e5e97cfa39600c35ce0b05d006afb4 /cpp/src/Ice/Service.cpp | |
parent | file Process.ice was initially added on branch process_registry. (diff) | |
download | ice-65bd3b16fd027e3e76f9a38e60b99b07773728e7.tar.bz2 ice-65bd3b16fd027e3e76f9a38e60b99b07773728e7.tar.xz ice-65bd3b16fd027e3e76f9a38e60b99b07773728e7.zip |
Fixed Win32 build (_win9x -> win9x())
Diffstat (limited to 'cpp/src/Ice/Service.cpp')
-rwxr-xr-x | cpp/src/Ice/Service.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cpp/src/Ice/Service.cpp b/cpp/src/Ice/Service.cpp index ba0ca3e0817..e0ac600e66a 100755 --- a/cpp/src/Ice/Service.cpp +++ b/cpp/src/Ice/Service.cpp @@ -363,6 +363,12 @@ Ice::Service::trace(const std::string& msg) const #ifdef _WIN32 bool +Ice::Service::win9x() const +{ + return _win9x; +} + +bool Ice::Service::checkService(int argc, char* argv[], int& status) { if(_win9x) |