// Constructor.cpp: implementation of the CConstructor class. // ////////////////////////////////////////////////////////////////////// #include "Constructor.h" ////////////////////////////////////////////////////////////////////// // Construction/Destruction ////////////////////////////////////////////////////////////////////// CConstructor::CConstructor() { } CConstructor::~CConstructor() { }