source: XMLIO_V2/dev/dev_rv/src4/xmlio/xmlioserver_spl.hpp @ 215

Last change on this file since 215 was 215, checked in by hozdoba, 13 years ago
File size: 670 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#endif //__XMLIO_SPL__
Note: See TracBrowser for help on using the repository browser.