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