]> Dogcows Code - chaz/yoink/blob - src/ErrorHandler.hh
removed logging from script to fix compile error
[chaz/yoink] / src / ErrorHandler.hh
1
2 /*] Copyright (c) 2009-2010, Charles McGarvey [**************************
3 **] All rights reserved.
4 *
5 * vi:ts=4 sw=4 tw=75
6 *
7 * Distributable under the terms and conditions of the 2-clause BSD license;
8 * see the file COPYING for a complete text of the license.
9 *
10 **************************************************************************/
11
12 #ifndef _ERRORHANDLER_HH_
13 #define _ERRORHANDLER_HH_
14
15 #include <Moof/Error.hh>
16
17
18 std::string getErrorString(const Mf::Error& error);
19
20
21 #endif // _ERRORHANDLER_HH_
22
This page took 0.032985 seconds and 4 git commands to generate.