Index: branches/FEPSimulator/NetworkReader.cpp
===================================================================
--- branches/fep_rpc_client/NetworkReader.cpp	(revision 79)
+++ branches/FEPSimulator/NetworkReader.cpp	(revision 80)
@@ -29,5 +29,5 @@
 
 /**
- * Parses a station xml element into an "LDS_LOOP"
+ * Parses a station xml element into an "STATION"
  * 
  * @param stationElem the station xml element
@@ -35,6 +35,6 @@
  * @return the new station
  */
-LDS_LOOP * NetworkReader::parseStation(TiXmlElement *stationElem, FEP_LINE *line) {
-    LDS_LOOP *station = new LDS_LOOP;
+STATION * NetworkReader::parseStation(TiXmlElement *stationElem, FEP_LINE *line) {
+    STATION *station = new STATION;
     
     TiXmlElement *stationSubElem = stationElem->FirstChildElement();
@@ -140,7 +140,7 @@
 /**
  * Getter for stations
- * @return List of LDS_LOOPs
+ * @return List of STATIONs
  */
-vector<LDS_LOOP*> NetworkReader::getStations() {
+vector<STATION*> NetworkReader::getStations() {
 
     return stations;
