blob: 4f0a0627f9ff9838fc0bbe13cf5e87c55bbd2cce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
// BackupProgress.cpp: implementation of the CBackupProgress class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "BackupProgress.h"
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////
CBackupProgress::CBackupProgress()
{
}
CBackupProgress::~CBackupProgress()
{
}
|