(svn r21668) -Feature: command logging using the admin interface (dihedral)

This commit is contained in:
rubidium
2010-12-30 18:14:37 +00:00
parent 661e13a86a
commit 6546561360
7 changed files with 135 additions and 0 deletions

View File

@@ -269,6 +269,8 @@ enum Commands {
CMD_SET_VEHICLE_ON_TIME, ///< set the vehicle on time feature (timetable)
CMD_AUTOFILL_TIMETABLE, ///< autofill the timetable
CMD_SET_TIMETABLE_START, ///< set the date that a timetable should start
CMD_END ///< Must ALWAYS be on the end of this list!! (period)
};
/**