| 32 | } |
| 33 | |
| 34 | VolumeControl::VolumeControl(const VolumeControl & right) |
| 35 | { |
| 36 | sInstance = right.sInstance; |
| 37 | } |
| 38 | |
| 39 | VolumeControl & VolumeControl::operator=(const VolumeControl & right) |
| 40 | { |
nothing calls this directly
no outgoing calls
no test coverage detected