#include "monitor.h" CMonitor::CMonitor() { } CMonitor::~CMonitor() { } void CMonitor::get_datetime(wxDateTime& dt) { dt = wxDateTime::Now(); }