| Line 28... |
Line 28... |
| 28 |
#define ERRORLOG_OLD(n) CyString::Number(n) + " " + CyString::Number((long)time(NULL))
|
28 |
#define ERRORLOG_OLD(n) CyString::Number(n) + " " + CyString::Number((long)time(NULL))
|
| 29 |
|
29 |
|
| 30 |
#define LIBRARYVERSION 2.30f
|
30 |
#define LIBRARYVERSION 2.30f
|
| 31 |
|
31 |
|
| 32 |
namespace SPK {
|
32 |
namespace SPK {
|
| 33 |
void SPKEXPORT AssignAutomaticFiletypes(CyStringList *list);
|
33 |
void SPKEXPORT AssignAutomaticFiletypes(const Utils::CStringList &list);
|
| 34 |
s_int SPKEXPORT GetAutomaticFiletype(const Utils::String &file, Utils::String *extradir, bool bUseSpecial);
|
34 |
s_int SPKEXPORT GetAutomaticFiletype(const Utils::String &file, Utils::String *extradir, bool bUseSpecial);
|
| 35 |
Utils::String SPKEXPORT GetSizeString ( unsigned long size );
|
35 |
Utils::String SPKEXPORT GetSizeString ( unsigned long size );
|
| 36 |
bool SPKEXPORT WriteScriptStyleSheet(const Utils::String &dest);
|
36 |
bool SPKEXPORT WriteScriptStyleSheet(const Utils::String &dest);
|
| 37 |
CyString SPKEXPORT ConvertTimeString(time_t time);
|
37 |
Utils::String SPKEXPORT ConvertTimeString(time_t time);
|
| 38 |
Utils::String SPKEXPORT FormatTextName(int id, int lang, bool newstyle);
|
38 |
Utils::String SPKEXPORT FormatTextName(int id, int lang, bool newstyle);
|
| 39 |
};
|
39 |
};
|
| 40 |
|
40 |
|
| 41 |
#endif //__SPK_H__
|
41 |
#endif //__SPK_H__
|