Defining the LinkStatusAnalyzerItem
authorGuilherme Maciel Ferreira <guilherme.maciel.ferreira@intra2net.com>
Mon, 2 May 2011 16:00:03 +0000 (18:00 +0200)
committerGuilherme Maciel Ferreira <guilherme.maciel.ferreira@intra2net.com>
Mon, 2 May 2011 16:00:03 +0000 (18:00 +0200)
- to keep the standard
- to provide the same benefits as the other Item types

src/link/linkstatusanalyzer.h

index ab8b1a0..68aeb3f 100644 (file)
@@ -5,6 +5,7 @@
 #include <string>
 
 #include <boost/asio.hpp>
+#include <boost/shared_ptr.hpp>
 #include <boost/thread.hpp>
 
 #include "link/statusnotifiercommand.h"
@@ -80,4 +81,10 @@ private:
 
 };
 
+//-----------------------------------------------------------------------------
+// LinkStatusAnalyzerItem
+//-----------------------------------------------------------------------------
+
+typedef boost::shared_ptr<LinkStatusAnalyzer> LinkStatusAnalyzerItem;
+
 #endif /* LINKSTATUSANALYZER_H */