Changeset 150 in pacpusframework
- Timestamp:
- Jul 31, 2013, 8:26:14 PM (11 years ago)
- Location:
- branches/2.0-beta1
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0-beta1/include/Pacpus/kernel/PacpusEvent.h
r148 r150 113 113 PacpusTypedEvent(PacpusEventType type, const T & data = T(), road_time_t t = road_time(), road_timerange_t tr = 0 ) 114 114 : PacpusEvent(type, t, tr) 115 , TypedData (data)115 , TypedData<T>(data) 116 116 {} 117 117 -
branches/2.0-beta1/src/DBITEPlayer/CMakeLists.txt
r123 r150 84 84 endif() 85 85 86 if(UNIX) 87 LIST(APPEND OPT_LIBRARIES 88 pthread 89 boost_log_setup 90 ) 91 endif() 92 86 93 # All the platform 87 94 target_link_libraries( -
branches/2.0-beta1/src/PacpusSensor/CMakeLists.txt
r140 r150 83 83 endif() 84 84 85 if(UNIX) 86 LIST(APPEND OPT_LIBRARIES 87 pthread 88 boost_log_setup 89 ) 90 endif() 91 85 92 # All the platform 86 93 target_link_libraries(
Note:
See TracChangeset
for help on using the changeset viewer.