From: <ben...@ya...> - 2008-05-22 03:32:28
|
Pete, > Ben > BG> Looks like there's some inconsistency in class tChannelEvent > BG> on whether accessors or public members are to be used.. I'd > BG> vote accessors myself, as it's easier to add sanity checks, > BG> but that's just me... In my working copy, I put the > BG> GetChannel() calls into Player.cpp and AlsaPlayer.cpp to > BG> get it compiling, but that doesn't treat the more fundamental > BG> issue of accessor or public members... Is the jazz++ style > BG> to use more public members than accessors? > > No. I'm trying to convert to accessors, but it's just slow going. I'm > trying to keep the build working as I convert the code, but I obviously > fouled that up with respect to the various platforms with one of my commits. > > Pete Ah yes, the fun of multi platform development. Thanks much, -Ben |