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/exception.hpp

    r501 r591  
    1 #ifndef __XMLIO_CException__ 
    2 #define __XMLIO_CException__ 
     1#ifndef __XIOS_CException__ 
     2#define __XIOS_CException__ 
    33 
    4 /// xios headers /// 
    5 #include "xmlioserver_spl.hpp" 
     4/// XIOS headers /// 
     5#include "xios_spl.hpp" 
    66#include "object.hpp" 
    77 
     
    5454#define ERROR(id, x)  CException(id).getStream() << INFO(x) 
    5555 
    56 #endif // __XMLIO_CException__ 
     56#endif // __XIOS_CException__ 
Note: See TracChangeset for help on using the changeset viewer.