#include "StdAfx.h" #include "PARAMETERS.h" PARAMETERS::PARAMETERS(void) { killproc = false; dwProcId = 0; } PARAMETERS::~PARAMETERS(void) { }