Changeset 343 for trunk/lib/Node.cc
- Timestamp:
- May 19, 2007, 3:58:19 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Node.cc
r330 r343 107 107 << "<td>" << author() << "</td>\n" 108 108 << "</tr>\n"; 109 } 110 111 112 std::string Node::output_dir(void) const 113 { 114 return output_dir_; 109 115 } 110 116
Note: See TracChangeset
for help on using the changeset viewer.