acl/lib_acl_cpp/samples/check_trigger/util.h
zsxxsz 4a219509b9 acl.3.0.14 release
some new features, and some bug fixed
2013-12-07 20:31:59 +08:00

11 lines
146 B
C++

#pragma once
class util
{
public:
util() {}
~util() {}
static double stamp_sub(const struct timeval *from, const struct timeval *sub_by);
};