1 // ValidateCommand.cpp: implementation of the ValidateCommand class.
3 //////////////////////////////////////////////////////////////////////
6 #include "ValidateCommand.h"
7 #include <SSPhysLib/SSFiles.h>
8 //////////////////////////////////////////////////////////////////////
9 // Construction/Destruction
10 //////////////////////////////////////////////////////////////////////
12 //---------------------------------------------------------------------------
13 CValidateCommand::CValidateCommand ()
14 : CMultiArgCommand ("validate", "Validates the condition of a VSS physical file")
19 void CValidateCommand::Execute (po::variables_map
const& options
, std::string
const& arg
)
21 std::auto_ptr
<SSRecordFile
> pFile (SSRecordFile::MakeFile (arg
));