// STFileLine.h: interface for the CSTFileLine class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_STFILELINE_H__82819DC3_FDCD_11D0_8C92_444553540000__INCLUDED_)
#define AFX_STFILELINE_H__82819DC3_FDCD_11D0_8C92_444553540000__INCLUDED_

#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000

class CSTFileLine  
{
public:
	CString GetStFileLine();
	CString m_strVehicle;
	CString m_strLable;
	CString m_strToken;
	CString m_strLong;
	CString m_strLat;
	CSTFileLine();
	virtual ~CSTFileLine();

};

#endif // !defined(AFX_STFILELINE_H__82819DC3_FDCD_11D0_8C92_444553540000__INCLUDED_)
