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