[Compbench-devel] CompBenchmarks++/libcompbenchmarks/CEL CEL-Include.h, 1.3, 1.4
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2007-03-14 19:54:26
|
Update of /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/CEL In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv10077 Modified Files: CEL-Include.h Log Message: CellFullIncludeName(); added. Index: CEL-Include.h =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/libcompbenchmarks/CEL/CEL-Include.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** CEL-Include.h 13 Mar 2007 17:43:28 -0000 1.3 --- CEL-Include.h 14 Mar 2007 19:54:22 -0000 1.4 *************** *** 15,18 **** --- 15,19 ---- */ void CelIncludePathAdd(std::string _path); + std::string CelFullIncludeName(std::string _relativeFN); class CelInclude : public CelAtom { |