Much better encapsulation for mkws.showDetails().
authorMike Taylor <mike@indexdata.com>
Thu, 30 Jan 2014 11:35:23 +0000 (11:35 +0000)
committerMike Taylor <mike@indexdata.com>
Thu, 30 Jan 2014 11:35:23 +0000 (11:35 +0000)
This is now a single-line function that invokes the same-named
member function on the appropriate team object. That member
function now does all the actual work, and can access member
variables without explicit leading "team.". We no longer need
the encapsulation-violation team.m_paz reference.


No differences found