21 lines
438 B
C++
21 lines
438 B
C++
|
// ApgtsCounters.cpp: implementation of the CApgtsCounters class.
|
||
|
//
|
||
|
//////////////////////////////////////////////////////////////////////
|
||
|
|
||
|
#include "stdafx.h"
|
||
|
#include "ApgtsCounters.h"
|
||
|
|
||
|
//////////////////////////////////////////////////////////////////////
|
||
|
// Construction/Destruction
|
||
|
//////////////////////////////////////////////////////////////////////
|
||
|
|
||
|
CApgtsCounters::CApgtsCounters()
|
||
|
{
|
||
|
|
||
|
}
|
||
|
|
||
|
CApgtsCounters::~CApgtsCounters()
|
||
|
{
|
||
|
|
||
|
}
|