| 62 | cin >> playing_time; |
| 63 | } |
| 64 | void showdata() |
| 65 | { |
| 66 | Publication::showdata(); |
| 67 | cout << " Playing time of audionbook: " << playing_time << endl; |
| 68 | } |
| 69 | }; |
| 70 | |
| 71 | // For the second program |
nothing calls this directly
no outgoing calls
no test coverage detected