Changeset 64d42de in nscp for modules/CheckExternalScripts
- Timestamp:
- 08/11/10 10:15:50 (3 years ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2
- Children:
- 184d575
- Parents:
- 294b37b
- Location:
- modules/CheckExternalScripts
- Files:
-
- 2 edited
-
CheckExternalScripts.cpp (modified) (2 diffs)
-
stdafx.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
modules/CheckExternalScripts/CheckExternalScripts.cpp
r5735dda r64d42de 22 22 #include "CheckExternalScripts.h" 23 23 #include <time.h> 24 #include <string> 24 25 25 26 #include <settings/macros.h> … … 131 132 std::map<std::wstring,std::wstring>::const_iterator cit = wrappers.find(type); 132 133 if (cit == wrappers.end()) { 133 NSC_LOG_ERROR_STD(_T("Failed to find wrappings for: ") + type + _T(" (" + (*it) + _T(")")));134 NSC_LOG_ERROR_STD(_T("Failed to find wrappings for: ") + type + _T(" (") + (*it) + _T(")")); 134 135 } else { 135 136 addWrappedCommand((*it), (*cit).second, val); -
modules/CheckExternalScripts/stdafx.h
rcad08fb r64d42de 27 27 #include <boost/lexical_cast.hpp> 28 28 29 #include <config.h> 30 #include <unicode_char.hpp> 29 31 #include <types.hpp> 30 32 #include <NSCAPI.h>
Note: See TracChangeset
for help on using the changeset viewer.








