// this code may not be removed or modified unless the compilation is for personal
// use and the binary is not distributed to anyone else.
xtime_get(&t, TIME_UTC);
// xtime_get(&t, TIME_UTC);
if (t.sec > 1230760800)
// if (t.sec > 1230760800)
throw POV_EXCEPTION(kCannotHandleRequestErr, "Please obtain an updated version of this application.");
// throw POV_EXCEPTION(kCannotHandleRequestErr, "Please obtain an updated version of this application.");
state = kStarting;