]> git.mxchange.org Git - simgear.git/commit
Remove duplicate members in SGSampleQueue.
authorJames Turner <zakalawe@mac.com>
Mon, 19 Nov 2012 15:33:53 +0000 (15:33 +0000)
committerJames Turner <zakalawe@mac.com>
Mon, 19 Nov 2012 15:33:53 +0000 (15:33 +0000)
commit0b26c69222fdb27776767759e37fecc402c578ea
tree7f4b08770cf32722f2a06647f72827866bc8eae3
parent904d714d6d53cb30d0bfb483210bfc9cf38652be
Remove duplicate members in SGSampleQueue.

Remove duplicate members shared by SGSoundSample and SGSampleQueue (which inherits from it). Change SGSoundSample to expose some members as protected data for access by the sample-queue, and hence share nearly all the methods. Also remove 'inline' keyword from virtual methods.
simgear/sound/openal_test3.cxx
simgear/sound/openal_test4.cxx
simgear/sound/sample_openal.cxx
simgear/sound/sample_openal.hxx
simgear/sound/sample_queue.cxx
simgear/sound/sample_queue.hxx
simgear/sound/soundmgr_openal.cxx