Public Types | Public Member Functions
Tonido::Patch::PatchMaker Class Reference

Generates the patch and manifest files suitable for download. More...

List of all members.

Public Types

typedef boost::shared_ptr
< PatchMaker
SharedPtr

Public Member Functions

 PatchMaker ()
 Ctor.
 ~PatchMaker ()
 Dtor.
bool run (const std::string &a_inputDir, const std::string &a_outDir, const std::string &a_inputManifest, const std::string &a_inputBuildVersion, const std::string &a_privateKey, const std::string &a_signatureIndex)
 Creates the patch and the output manifest.

Detailed Description

Generates the patch and manifest files suitable for download.


Constructor & Destructor Documentation

Tonido::Patch::PatchMaker::PatchMaker ( )

Ctor.

Details if needed

Tonido::Patch::PatchMaker::~PatchMaker ( )

Dtor.

Details if needed


Member Function Documentation

bool Tonido::Patch::PatchMaker::run ( const std::string &  a_inputDir,
const std::string &  a_outDir,
const std::string &  a_inputManifest,
const std::string &  a_inputBuildVersion,
const std::string &  a_privateKey,
const std::string &  a_signatureIndex 
)

Creates the patch and the output manifest.

Returns:
true on success, false otherwise

Generated on Wed Oct 12 2011 21:46:53. © CodeLathe LLC 2007-2011. All Rights Reserved.