Inheritance diagram for PackageViewer:
Public Methods |
|
void? | run (const cmt_string &package, const cmt_string &version, const cmt_string &path) |
Definition at line 97 of file cmt_parser.cxx.
|
? |
Reimplemented from PathScanner::actor. Definition at line 171 of file cmt_parser.cxx. 00174 {
00175 cout << package << " " << version << " " << path << endl;
00176 }
|