]> source.dussan.org Git - tigervnc.git/commit
Using new TimeMillis class instead of calls to gettimeofday() and
authorConstantin Kaplinsky <const@tightvnc.com>
Thu, 16 Feb 2006 04:51:38 +0000 (04:51 +0000)
committerConstantin Kaplinsky <const@tightvnc.com>
Thu, 16 Feb 2006 04:51:38 +0000 (04:51 +0000)
commitfbaab7f5a916b540860cd8193604c8309244f052
treedfa45435fc3e390495e572bda6714a01510e1e89
parentb247d7d8f872e340e3ce0e54d0562fa45acd9e01
Using new TimeMillis class instead of calls to gettimeofday() and
arithmetics with microseconds, to make the code clearer.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@489 3789f03b-4d11-0410-bbf8-ca57d06f2519
x0vncserver/CPUMonitor.cxx
x0vncserver/CPUMonitor.h
x0vncserver/PollingManager.cxx
x0vncserver/PollingManager.h
x0vncserver/TimeMillis.cxx [new file with mode: 0644]
x0vncserver/TimeMillis.h [new file with mode: 0644]
x0vncserver/x0vncserver.cxx