Jon
05-11-2005 17:51:41
PLSM instantiates a Data2DManager as a member (mData2d -- lower case d). This string occurs twice, in the member declaration and in the instantiation. Thus it would seem that the manager is not currently used.
Am I looking at dead code which will be removed one day?
Is this new code which hasn't been hooked up?
Note that mData2d is not the same as mData2D
[Edit] nevermind, this is a singleton and everyone just accesses it via the getSingleton() method. Perhaps this message will enlighten/amuse someone else though.
Am I looking at dead code which will be removed one day?
Is this new code which hasn't been hooked up?
Note that mData2d is not the same as mData2D
[Edit] nevermind, this is a singleton and everyone just accesses it via the getSingleton() method. Perhaps this message will enlighten/amuse someone else though.