<<>> <> <> <> <> <<>> DIRECTORY UserProfile; GGMUserProfile: CEDAR DEFINITIONS = BEGIN <> <<>> SetTurboOn: PROC [turboOn: BOOL]; GetTurboOn: PROC [] RETURNS [turboOn: BOOL]; LookAtProfile: UserProfile.ProfileChangedProc; END.