Defs.cpp
Go to the documentation of this file.
1 #include "Defs.hpp"
2 
3 namespace iv
4 {
5 namespace Defs
6 {
7 
8 namespace Log
9 {
10  const LogId TimeUpdates = LogId::create( "TimeUpdates" );
11  const LogId StreamResources = LogId::create( "StreamResources" );
12  const LogId Input = LogId::create( "Input" );
13  const LogId InputTree = LogId::create( "InputTree" );
14  const LogId InputEvent = LogId::create( "InputEvent" );
15  const LogId Picking = LogId::create( "Picking" );
16  const LogId DelayedLoad = LogId::create( "DelayedLoad" );
17 }
18 
19 namespace Time
20 {
21  const TimeId Default = TimeId::create( "Default" );
22 }
23 
24 }
25 }