diff options
author | Stef Walter <stef@thewalter.net> | 2003-09-17 19:07:23 +0000 |
---|---|---|
committer | Stef Walter <stef@thewalter.net> | 2003-09-17 19:07:23 +0000 |
commit | 3f95d417d9e623ac0c74df8ef11d7a01846392dd (patch) | |
tree | 45ec73f2dc07eafd7f41a6f62a8cdfbaa279469f /NSCmpts/BackupProgress.cpp |
Diffstat (limited to 'NSCmpts/BackupProgress.cpp')
-rw-r--r-- | NSCmpts/BackupProgress.cpp | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/NSCmpts/BackupProgress.cpp b/NSCmpts/BackupProgress.cpp new file mode 100644 index 0000000..4f0a062 --- /dev/null +++ b/NSCmpts/BackupProgress.cpp @@ -0,0 +1,20 @@ +// BackupProgress.cpp: implementation of the CBackupProgress class. +// +////////////////////////////////////////////////////////////////////// + +#include "stdafx.h" +#include "BackupProgress.h" + +////////////////////////////////////////////////////////////////////// +// Construction/Destruction +////////////////////////////////////////////////////////////////////// + +CBackupProgress::CBackupProgress() +{ + +} + +CBackupProgress::~CBackupProgress() +{ + +} |