- Timestamp:
- 04/18/11 17:15:36 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/MessageImp.h
r10393 r10399 51 51 int Fatal(const char *txt) { return Fatal(std::string(txt)); } 52 52 53 int Debug(const std::stringstream &str) { return Debug(str.str()); }53 int Debug(const std::stringstream &str) { return Debug(str.str()); } 54 54 int Message(const std::stringstream &str) { return Message(str.str()); } 55 55 int Info(const std::stringstream &str) { return Info(str.str()); }
Note:
See TracChangeset
for help on using the changeset viewer.