Inheritance diagram for PackageViewer:
Public Member Functions | |
void | run (const cmt_string &package, const cmt_string &version, const cmt_string &path) |
Definition at line 107 of file cmt_parser.cxx.
|
Reimplemented from PathScanner::actor. Definition at line 173 of file cmt_parser.cxx.
00176 {
00177 cout << package << " " << version << " " << path << endl;
00178 }
|