65c65
< class ClockedObject;
---
> class Clocked;
106c106
< std::vector<ClockedObject*> members;
---
> std::vector<Clocked *> members;
126c126
< * Register a ClockedObject to this ClockDomain.
---
> * Register a Clocked object with this ClockDomain.
128c128
< * @param ClockedObject to add as a member
---
> * @param Clocked to add as a member
130c130
< void registerWithClockDomain(ClockedObject *c)
---
> void registerWithClockDomain(Clocked *c)