mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 05:34:48 +02:00
Windows build fix.
This commit is contained in:
parent
3556f9afde
commit
737675387d
@ -25,8 +25,10 @@ using namespace icinga;
|
|||||||
void Process::Run(const boost::function<void (const ProcessResult&)>& callback)
|
void Process::Run(const boost::function<void (const ProcessResult&)>& callback)
|
||||||
{
|
{
|
||||||
// TODO: implement
|
// TODO: implement
|
||||||
ProcessResult;
|
ProcessResult pr;
|
||||||
callback();
|
|
||||||
|
if (callback)
|
||||||
|
callback(pr);
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif /* _WIN32 */
|
#endif /* _WIN32 */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user