equal
deleted
inserted
replaced
26 }; |
26 }; |
27 |
27 |
28 /** |
28 /** |
29 * Class that creates a list of stations the vehicles goes to. |
29 * Class that creates a list of stations the vehicles goes to. |
30 */ |
30 */ |
31 class AIStationList_Vehicle : public AIStationList { |
31 class AIStationList_Vehicle : public AIAbstractList { |
32 public: |
32 public: |
33 /** |
33 /** |
34 * The name of the class, needed by several sub-processes. |
34 * The name of the class, needed by several sub-processes. |
35 */ |
35 */ |
36 static const char *GetClassName() { return "AIStationList_Vehicle"; } |
36 static const char *GetClassName() { return "AIStationList_Vehicle"; } |