ref: c3b6713ce9add1b13fa50d464eb8bf58e5accb33
dir: /wingui/ConcreteJobBase.cpp/
// ConcreteJobBase.cpp: implementation of the CConcreteJobBase class. // Author: Torsten Landmann // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "faac_wingui.h" #include "ConcreteJobBase.h" #ifdef _DEBUG #undef THIS_FILE static char THIS_FILE[]=__FILE__; #define new DEBUG_NEW #endif ////////////////////////////////////////////////////////////////////// // Construction/Destruction ////////////////////////////////////////////////////////////////////// CConcreteJobBase::CConcreteJobBase() { } CConcreteJobBase::~CConcreteJobBase() { }