Changeset 10373 for trunk/FACT++/src/MessageDim.h
- Timestamp:
- 04/15/11 23:03:39 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/MessageDim.h
r10274 r10373 17 17 ~MessageDimTX(); 18 18 19 int Write(const Time &t, const char *txt, int qos=kInfo);19 int Write(const Time &t, const std::string &txt, int qos=kInfo); 20 20 21 21 void SetDebug(bool b=true) { fDebug=b; } … … 34 34 DimStampedInfo fDimMessage; 35 35 36 int fMinLogLevel; 36 int fMinLogLevel; 37 bool fConnected; 37 38 38 39 protected: … … 43 44 44 45 void SetMinLogLevel(int min=0) { fMinLogLevel=min; } 46 bool IsConnected() const { return fConnected; } 45 47 }; 46 48
Note:
See TracChangeset
for help on using the changeset viewer.