Newer
Older
monitord / monitord / plugins / .svn / text-base / mplugin.cpp.svn-base
@root root on 23 Jan 2012 271 bytes Migration from SVN revision 455

#include <typeinfo>
#include <iostream>
#include "mplugin.h"

using namespace std ;

//
// Announce to the world that the PlugIn base
// class has been created or destroyed
//

MonitorPlugIn::MonitorPlugIn()
{
}

MonitorPlugIn::~MonitorPlugIn()
{
}