// Environment //trimmed by M.Umezawa 1998 04/18 #ifndef _Environment #define _Environment interface Environment //PIDL { attribute any ex; //ume void clear(); }; #endif