Subversion Repositories spk

Rev

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

Rev 134 Rev 155
Line 193... Line 193...
193
	virtual void ProgressPercent ( float percent ) = 0;
193
	virtual void ProgressPercent ( float percent ) = 0;
194
};
194
};
195
 
195
 
196
 
196
 
197
Utils::String SPKEXPORT GetFileTypeString ( int type );
197
Utils::String SPKEXPORT GetFileTypeString ( int type );
198
FileType SPKEXPORT GetFileTypeFromString ( CyString type );
198
FileType SPKEXPORT GetFileTypeFromString(const Utils::String &type);
199
Utils::String SPKEXPORT FormatErrorString (int error, const Utils::String &rest);
199
Utils::String SPKEXPORT FormatErrorString (int error, const Utils::String &rest);
200
float	 SPKEXPORT GetLibraryVersion ();
200
float	 SPKEXPORT GetLibraryVersion ();
201
float	 SPKEXPORT GetFileFormatVersion ();
201
float	 SPKEXPORT GetFileFormatVersion ();
202
 
202
 
203
class CBaseFile;
203
class CBaseFile;