#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()
{
}