Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/File.cc
r303 r307 39 39 namespace theplu{ 40 40 namespace svndigest{ 41 42 43 File::File(const u_int level, const std::string& path, 44 const std::string& output) 45 : Node(level,path,output) 46 {} 41 47 42 48 -
trunk/lib/File.h
r303 r307 41 41 /// 42 42 File(const u_int level, const std::string& path, 43 const std::string& output="") 44 : Node(level,path,output) {} 43 const std::string& output=""); 45 44 46 45 ///
Note: See TracChangeset
for help on using the changeset viewer.