[go: up one dir, main page]

Menu

[r309]: / trunk / VTS3 / VTSNotifyPage.cpp  Maximize  Restore  History

Download this file

26 lines (20 with data), 543 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
// VTSNotifyPage.cpp: implementation of the VTSNotifyPage class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "VTS.h"
#include "VTSNotifyPage.h"
#ifdef _DEBUG
#undef THIS_FILE
static char THIS_FILE[]=__FILE__;
#define new DEBUG_NEW
#endif
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////
VTSNotifyPage::VTSNotifyPage()
{
}
VTSNotifyPage::~VTSNotifyPage()
{
}