// ACCELA Mac toolbox C++ wrapper library // Copyright (C) 2002 David Catmull class XSystem { public: static UInt32 OSVersion(); protected: static UInt32 sOSVersion; };