Changeset 40fca56 in nscp for modules/NSCAServer
- Timestamp:
- 11/09/11 21:00:49 (19 months ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2
- Children:
- b24c97f
- Parents:
- 0d9eed6
- File:
-
- 1 edited
-
modules/NSCAServer/handler_impl.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
modules/NSCAServer/handler_impl.hpp
r9b9be81 r40fca56 54 54 55 55 void log_debug(std::string file, int line, std::wstring msg) { 56 GET_CORE()-> Message(NSCAPI::debug, file, line, msg);56 GET_CORE()->log(NSCAPI::debug, file, line, msg); 57 57 } 58 58 void log_error(std::string file, int line, std::wstring msg) { 59 GET_CORE()-> Message(NSCAPI::error, file, line, msg);59 GET_CORE()->log(NSCAPI::error, file, line, msg); 60 60 } 61 61 };
Note: See TracChangeset
for help on using the changeset viewer.








