| 7 | |
| 8 | |
| 9 | DomainObserver::DomainObserver() |
| 10 | : mSubject(0) |
| 11 | { |
| 12 | //printf("DomainObserver::DomainObserver() - %p\n", this); |
| 13 | domain(Domain::master()); |
| 14 | } |
| 15 | |
| 16 | DomainObserver::DomainObserver(const DomainObserver& rhs) |
| 17 | : mSubject(0) |
nothing calls this directly
no outgoing calls
no test coverage detected