// NicInfo.cpp: implementation of the CNicInfo class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "NicInfo.h" ////////////////////////////////////////////////////////////////////// // Construction/Destruction ////////////////////////////////////////////////////////////////////// CNicInfo::CNicInfo() { } CNicInfo::~CNicInfo() { }