#include <sys/time.h>#include <unistd.h>#include "timer.h"Include dependency graph for unixtimer.cpp:

Go to the source code of this file.
Functions | |
| Timer * | CreateTimer () |
|
|
Definition at line 51 of file unixtimer.cpp. 00052 {
00053 return new UnixTimer();
00054 }
|
1.4.1