Subversion Repositories tpanel

Rev

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

Rev 306 Rev 315
Line 126... Line 126...
126
    private:
126
    private:
127
        std::string mHeadMsg;
127
        std::string mHeadMsg;
128
        int mLine{0};
128
        int mLine{0};
129
        std::string mFile;
129
        std::string mFile;
130
        std::chrono::steady_clock::time_point mTimePoint;
130
        std::chrono::steady_clock::time_point mTimePoint;
-
 
131
#ifdef __ANDROID__
-
 
132
        threadID_t mThreadID;
-
 
133
#else
131
        threadID_t mThreadID{0};
134
        threadID_t mThreadID{0};
-
 
135
#endif
132
};
136
};
133
 
137
 
134
class TError : public std::ostream
138
class TError : public std::ostream
135
{
139
{
136
    public:
140
    public: