Use TopfieldUSBEcode for received values too.
[MacTF.git] / Errors.m
blobdbe215609a0ed2e6d07782b733ceefc8e57d8b90
1 /*
2  *  Errors.m
3  *  MacTF
4  *
5  *  Created by Kalle Olavi Niemitalo on 2007-10-28.
6  *
7  * This source code is free software; you can redistribute it and/or
8  * modify it under the terms of the GNU Public License as published
9  * by the Free Software Foundation; either version 2 of the License,
10  * or (at your option) any later version.
11  *
12  * This source code is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
15  * Please refer to the GNU Public License for more details.
16  *
17  * You should have received a copy of the GNU Public License along with
18  * this source code; if not, write to:
19  * Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
20  */
22 #import "Errors.h"
24 NSString *const MacTFErrorDomain = @"com.noates.MacTF.ErrorDomain";