LRDE Tiger Compiler  1.34a $Id: 7fef12e1f5fa43449d667a0eec1d837c40fc1202 $
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
task-register.hxx
Go to the documentation of this file.
1 
7 #ifndef TASK_TASK_REGISTER_HXX
8 # define TASK_TASK_REGISTER_HXX
9 
10 # include <task/task-register.hh>
11 
12 namespace task
13 {
14  inline
15  const misc::timer&
17  {
18  return timer_;
19  }
20 
21 } // namespace task.
22 
23 #endif // !TASK_TASK_REGISTER_HXX
24