]> git.saurik.com Git - apple/system_cmds.git/blob - CPPUtil/UtilNanoInterval.hpp
system_cmds-671.10.3.tar.gz
[apple/system_cmds.git] / CPPUtil / UtilNanoInterval.hpp
1 //
2 // UtilNanoInterval.h
3 // CPPUtil
4 //
5 // Created by James McIlree on 4/14/13.
6 // Copyright (c) 2013 Apple. All rights reserved.
7 //
8
9 #ifndef __CPPUtil__UtilNanoInterval__
10 #define __CPPUtil__UtilNanoInterval__
11
12 typedef TRange<NanoTime> NanoInterval;
13
14 #endif /* defined(__CPPUtil__UtilNanoInterval__) */