Changeset 150 in pacpusframework for branches/2.0-beta1/include/Pacpus
- Timestamp:
- Jul 31, 2013, 8:26:14 PM (11 years ago)
- File:
-
- 1 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
Note:
See TracChangeset
for help on using the changeset viewer.