class CDog { public: void Fetch(); void Bark(); BOOL HasShots(); protected: SAFETYPE<CString> m_sName; SAFETYPE<BOOL> m_bHasShots; };