1 /*
2     Copyright (c) 2008-2009 NetAllied Systems GmbH
3 
4     This file is part of COLLADASaxFrameworkLoader.
5 
6     Licensed under the MIT Open Source License,
7     for details please see LICENSE file or the website
8     http://www.opensource.org/licenses/mit-license.php
9 */
10 
11 #include "COLLADASaxFWLStableHeaders.h"
12 #include "COLLADASaxFWLIErrorHandler.h"
13 
14 
15 namespace COLLADASaxFWL
16 {
17 
18     //------------------------------
IErrorHandler()19 	IErrorHandler::IErrorHandler()
20 	{
21 	}
22 
23     //------------------------------
~IErrorHandler()24 	IErrorHandler::~IErrorHandler()
25 	{
26 	}
27 
28 } // namespace COLLADASaxFWL
29