Subversion Repositories tpanel

Rev

Rev 208 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 208 Rev 231
Line 22... Line 22...
22
#include <vector>
22
#include <vector>
23
#include <functional>
23
#include <functional>
24
 
24
 
25
#define MAX_TMP_LEN     10
25
#define MAX_TMP_LEN     10
26
 
26
 
-
 
27
#ifdef __MACH__
-
 
28
typedef off_t off64_t;
-
 
29
#endif
-
 
30
 
27
class TTPInit
31
class TTPInit
28
{
32
{
29
    public:
33
    public:
30
        TTPInit(const std::string& path);
34
        TTPInit(const std::string& path);
31
        TTPInit();
35
        TTPInit();