common-lite.hpp
1 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil -*- */
22 #ifndef NDN_COMMON_LITE_HPP
23 #define NDN_COMMON_LITE_HPP
24 
25 namespace ndn {
26 
30 typedef double Milliseconds;
31 
32 }
33 
34 #endif
double Milliseconds
A time interval represented as the number of milliseconds.
Definition: common.hpp:111
Copyright (C) 2013-2016 Regents of the University of California.
Definition: common.hpp:35