Inheritance diagram for PackageViewer
Public Methods | |
void | run (const cmt_string& package, const cmt_string& version, const cmt_string& path) |
Definition at line 112 of file cmt_parser.cxx.
|
Reimplemented from FileScanner::actor. Definition at line 367 of file cmt_parser.cxx. 00370 { 00371 cout << package << " " << version << " " << path << endl; 00372 } |