Here our some more changes from the lab...
- Python/AtdlClock
class Duration {
...
friend osteram& operator<<(ostream& os, const Duration& dt)
{ return os << dt.seconds(); }
};
Brain.cpp copyright.
Modem.cpp: _netTime() in ctor.
Here our some more changes from the lab...
class Duration {
...
friend osteram& operator<<(ostream& os, const Duration& dt)
{ return os << dt.seconds(); }
};
Brain.cpp copyright.
Modem.cpp: _netTime() in ctor.