committed latest 1.3 snapshot

This commit is contained in:
Guenter Obiltschnig
2007-04-18 16:24:06 +00:00
parent b60344ddcd
commit 965b9458d5
10 changed files with 44 additions and 23 deletions

View File

@@ -1,7 +1,7 @@
//
// ServerApplication.cpp
//
// $Id: //poco/Main/Util/src/ServerApplication.cpp#18 $
// $Id: //poco/Main/Util/src/ServerApplication.cpp#19 $
//
// Library: Util
// Package: Application
@@ -70,7 +70,7 @@ namespace Util {
#if defined(POCO_OS_FAMILY_WINDOWS)
Poco::Event ServerApplication::_terminated;
Poco::Event ServerApplication::_terminated;
SERVICE_STATUS ServerApplication::_serviceStatus;
SERVICE_STATUS_HANDLE ServerApplication::_serviceStatusHandle = 0;
#endif