[Compbench-devel] CompBenchmarks++/System System.h,1.16,1.17
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2007-01-10 18:04:39
|
Update of /cvsroot/compbench/CompBenchmarks++/System In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv4706 Modified Files: System.h Log Message: New verifyPatchDirectory() private method. Index: System.h =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/System/System.h,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** System.h 4 Jan 2007 18:53:05 -0000 1.16 --- System.h 10 Jan 2007 18:04:30 -0000 1.17 *************** *** 43,46 **** --- 43,54 ---- }; + private: + /** Check if the given directory holds patches. + * Check if given arguments holds patches needed by libcompbenchmarks. + * \param dir directory to check + * \return non-null if ok. + */ + virtual int verifyPatchDirectory(std::string dir); + protected: /** \sa Packages() */ |