#include "PRO_Main.h" CProfile InternalProfileManager; CProfile::CProfile() { m_LockedProfile = 0; } int CProfile::GetLockedProfile() { return m_LockedProfile; } void CProfile::SetLockedProfile(int iProf) { if(m_LockedProfile != iProf) { m_LockedProfile = iProf; } }