00001
00002
00004
00005 #if !defined(AFX_CASTORFILE_H__A65FA0F3_9CD8_4697_A7B5_E3B76744C37B__INCLUDED_)
00006 #define AFX_CASTORFILE_H__A65FA0F3_9CD8_4697_A7B5_E3B76744C37B__INCLUDED_
00007
00008 #if _MSC_VER > 1000
00009 #pragma once
00010 #endif // _MSC_VER > 1000
00011
00012 #include "stdafx.h"
00013 #include "FileHandler.h"
00014
00017 class CASTORFile : public FileHandler
00018 {
00019 public:
00020 void writeLine(Vehicle *pVeh);
00021 Vehicle* readLine();
00022 CASTORFile(std::string inputFile, std::string outputFile);
00023 virtual ~CASTORFile();
00024
00025 };
00026
00027 #endif // !defined(AFX_CASTORFILE_H__A65FA0F3_9CD8_4697_A7B5_E3B76744C37B__INCLUDED_)