Ignore:
Timestamp:
07/09/12 11:33:05 (12 years ago)
Author:
ymipsl
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/xml_parser.hpp

    r335 r352  
    2121            static void ParseStream(StdIStream & stream); 
    2222            template <class T> 
    23                static inline void ParseInclude(StdIStream & stream, T & object); 
     23               static void ParseInclude(StdIStream & stream, T & object); 
    2424 
    2525      }; //class CXMLParser 
    26  
     26/* 
    2727      template <class T> 
    2828         void CXMLParser::ParseInclude(StdIStream & stream, T& object) 
     
    4545         } 
    4646      } 
    47  
     47*/ 
    4848   }// namespace xml 
    4949} // namespace xios 
Note: See TracChangeset for help on using the changeset viewer.