equal
deleted
inserted
replaced
24 }; |
24 }; |
25 |
25 |
26 /** |
26 /** |
27 * Class that creates a list of vehicles that go to a given station. |
27 * Class that creates a list of vehicles that go to a given station. |
28 */ |
28 */ |
29 class AIVehicleList_Station : public AIVehicleList { |
29 class AIVehicleList_Station : public AIAbstractList { |
30 public: |
30 public: |
31 /** |
31 /** |
32 * The name of the class, needed by several sub-processes. |
32 * The name of the class, needed by several sub-processes. |
33 */ |
33 */ |
34 static const char *GetClassName() { return "AIVehicleList_Station"; } |
34 static const char *GetClassName() { return "AIVehicleList_Station"; } |