source: XIOS/dev/dev_rv/src4/xmlio/xmlioserver_spl.hpp @ 2338

Last change on this file since 2338 was 257, checked in by hozdoba, 13 years ago

Ajout de classes pour la version 4

File size: 742 bytes
Line 
1/* ************************************************************************** *
2 *      Copyright © IPSL/LSCE, XMLIOServer, Avril 2010 - Octobre 2011         *
3 * ************************************************************************** */
4 
5/**
6 * \file    xmlioserver_spl.hpp
7 * \brief   Entête de base pour chacun des fichiers du projet.
8 * \author  Hervé Ozdoba
9 * \version 0.4
10 * \date    1er Juin 2011
11 */
12
13#ifndef __XMLIO_SPL__
14#define __XMLIO_SPL__
15
16// XMLIOServer headers
17#include "exception.hpp"
18#include "exception_mac.hpp"
19
20// Macro //
21//! Définit le paramÚtre d'une fonction comme étant inutilisé.
22#define XIOS_UNUSED(param)
23
24//! Définit le type des map.
25#include <map>
26#define xios_map std::map
27
28#endif //__XMLIO_SPL__
Note: See TracBrowser for help on using the repository browser.