MCPcopy Create free account
hub / github.com/LancePutnam/Gamma / DomainObserver

Method DomainObserver

src/Domain.cpp:9–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected