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 "COLLADASaxFWLIParserImpl14.h"
13 #include "COLLADASaxFWLFileLoader.h"
14 
15 namespace COLLADASaxFWL
16 {
17 
18     //-----------------------------
IParserImpl14()19     IParserImpl14::IParserImpl14()
20         : IParserImpl( COLLADA_14 )
21     {
22     }
23 
24 }
25