Go to the documentation of this file.00001
00002 #ifndef vul_get_timestamp_h_
00003 #define vul_get_timestamp_h_
00004 #ifdef VCL_NEEDS_PRAGMA_INTERFACE
00005 #pragma interface
00006 #endif
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019 #include <vcl_string.h>
00020
00021
00022
00023 void vul_get_timestamp(int &secs, int &msecs);
00024
00025
00026
00027 enum vul_time_style
00028 {
00029 vul_asc,
00030 vul_numeric_msf
00031 };
00032
00033
00034 vcl_string vul_get_time_as_string(vul_time_style style=vul_asc);
00035
00036
00037 #endif // vul_get_timestamp_h_