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