Windows build fix.

This commit is contained in:
Gunnar Beutner 2013-03-25 18:01:02 +00:00
parent fd3e92ea0c
commit ba152d6dc4

View File

@ -22,9 +22,13 @@
#ifdef _WIN32 #ifdef _WIN32
using namespace icinga; using namespace icinga;
void Process::Run(void) ProcessResult Process::Run(void)
{ {
ProcessResult pr;
// TODO: implement // TODO: implement
return pr;
} }
#endif /* _WIN32 */ #endif /* _WIN32 */