Ignore:
Timestamp:
04/29/15 14:46:01 (9 years ago)
Author:
rlacroix
Message:

Remove leftovers from the XMLIO age.

File:
1 edited

Legend:

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

    r581 r591  
    1 #ifndef __XMLIO_CObjectTemplate_impl__ 
    2 #define __XMLIO_CObjectTemplate_impl__ 
    3  
    4 #include "xmlioserver_spl.hpp" 
     1#ifndef __XIOS_CObjectTemplate_impl__ 
     2#define __XIOS_CObjectTemplate_impl__ 
     3 
     4#include "xios_spl.hpp" 
    55#include "context_client.hpp" 
    66#include "object_factory.hpp" 
     
    330330     oss << "#include <boost/multi_array.hpp>" << iendl; 
    331331     oss << "#include <boost/shared_ptr.hpp>" << iendl; 
    332      oss << "#include \"xmlioserver.hpp\"" << iendl; 
     332     oss << "#include \"xios.hpp\"" << iendl; 
    333333     oss << "#include \"attribute_template.hpp\"" << iendl; 
    334334     oss << "#include \"object_template.hpp\"" << iendl; 
     
    417417} // namespace xios 
    418418 
    419 #endif // __XMLIO_CObjectTemplate_impl__ 
     419#endif // __XIOS_CObjectTemplate_impl__ 
Note: See TracChangeset for help on using the changeset viewer.