--- gvpe/src/iom.h 2004/11/12 12:49:12 1.25 +++ gvpe/src/iom.h 2004/12/15 02:59:55 1.26 @@ -86,6 +86,14 @@ static void unreg (watcher &w, io_manager_vec &queue); public: +#if IOM_TIME + // fetch time only + static tstamp now (); + + // set NOW + static void set_now (); +#endif + // register a watcher #if IOM_IO static void reg (io_watcher &w); static void unreg (io_watcher &w);