Subversion Repositories spk

Rev

Rev 36 | Rev 170 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 36 Rev 116
Line 28... Line 28...
28
		CProgressInfo	*m_pInfo;
28
		CProgressInfo	*m_pInfo;
29
		String			^m_sID;
29
		String			^m_sID;
30
		CXspFile		*m_pShip;
30
		CXspFile		*m_pShip;
31
		String			^m_sError;
31
		String			^m_sError;
32
		CVirtualFileSystem *m_pVfs;
32
		CVirtualFileSystem *m_pVfs;
-
 
33
		String			^_sShipName;
33
 
34
 
34
	public:
35
	public:
35
		ImportShip(String ^id, CVirtualFileSystem *vfs);
36
		ImportShip(String ^id, String ^shipName, CVirtualFileSystem *vfs);
36
 
37
 
37
		String ^getErrorString() { return m_sError; }
38
		String ^getErrorString() { return m_sError; }
38
		CXspFile *GetShip() { return m_pShip; }
39
		CXspFile *GetShip() { return m_pShip; }
39
 
40
 
40
		void StartImport();
41
		void StartImport();