From b09ac07de48e099e733e1b209929ede07225c1ec Mon Sep 17 00:00:00 2001 From: Guilherme Maciel Ferreira Date: Mon, 2 May 2011 18:00:03 +0200 Subject: [PATCH] Defining the LinkStatusAnalyzerItem - to keep the standard - to provide the same benefits as the other Item types --- src/link/linkstatusanalyzer.h | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) 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 */ -- 1.7.1