windows-nt/Source/XPSP1/NT/base/ntsetup/opktools/depend/object.cpp

16 lines
393 B
C++
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
// Object.cpp: implementation of the Object class.
//
//////////////////////////////////////////////////////////////////////
#include "Object.h"
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////
Object::Object()
{
next = prev = 0;
}
TCHAR* Object::Data() { return 0; }