]> git.saurik.com Git - apple/system_cmds.git/blobdiff - CPPUtil/UtilNanoInterval.hpp
system_cmds-643.30.1.tar.gz
[apple/system_cmds.git] / CPPUtil / UtilNanoInterval.hpp
diff --git a/CPPUtil/UtilNanoInterval.hpp b/CPPUtil/UtilNanoInterval.hpp
new file mode 100644 (file)
index 0000000..8a867ca
--- /dev/null
@@ -0,0 +1,14 @@
+//
+//  UtilNanoInterval.h
+//  CPPUtil
+//
+//  Created by James McIlree on 4/14/13.
+//  Copyright (c) 2013 Apple. All rights reserved.
+//
+
+#ifndef __CPPUtil__UtilNanoInterval__
+#define __CPPUtil__UtilNanoInterval__
+
+typedef TRange<NanoTime> NanoInterval;
+
+#endif /* defined(__CPPUtil__UtilNanoInterval__) */