From: Guilherme Maciel Ferreira Date: Mon, 2 May 2011 16:00:03 +0000 (+0200) Subject: Defining the LinkStatusAnalyzerItem X-Git-Tag: v1.0~43 X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=b09ac07de48e099e733e1b209929ede07225c1ec;p=pingcheck Defining the LinkStatusAnalyzerItem - to keep the standard - to provide the same benefits as the other Item types --- diff --git a/src/link/linkstatusanalyzer.h b/src/link/linkstatusanalyzer.h index ab8b1a0..68aeb3f 100644 --- a/src/link/linkstatusanalyzer.h +++ b/src/link/linkstatusanalyzer.h @@ -5,6 +5,7 @@ #include #include +#include #include #include "link/statusnotifiercommand.h" @@ -80,4 +81,10 @@ private: }; +//----------------------------------------------------------------------------- +// LinkStatusAnalyzerItem +//----------------------------------------------------------------------------- + +typedef boost::shared_ptr LinkStatusAnalyzerItem; + #endif /* LINKSTATUSANALYZER_H */