- to keep the standard
- same benefits as HostList
#define PINGSCHEDULER_H
#include <string>
+#include <vector>
#include <boost/asio.hpp>
#include <boost/shared_ptr.hpp>
typedef boost::shared_ptr<PingScheduler> PingSchedulerItem;
+//-----------------------------------------------------------------------------
+// PingSchedulerList
+//-----------------------------------------------------------------------------
+
+typedef std::vector< PingSchedulerItem > PingSchedulerList;
+
#endif /* PINGSCHEDULER_H */