Developer/HFileTemplate

/****************************************************************************/
/// @file    <FILENAME>
/// @author  <AUTHOR'S NAME>
/// @date    <FILE CREATION DATE>
/// @version $Id: $
///
/// <BRIEF DESCRIPTION OF THE FILE'S CONTENT>
/****************************************************************************/
// SUMO, Simulation of Urban MObility; see http://sumo.sourceforge.net/
// Copyright (C) 2001-2011 DLR (http://www.dlr.de/) and contributors
/****************************************************************************/
//
//   This program is free software; you can redistribute it and/or modify
//   it under the terms of the GNU General Public License as published by
//   the Free Software Foundation; either version 2 of the License, or
//   (at your option) any later version.
//
/****************************************************************************/
#ifndef <FILENAME_h>
#define <FILENAME_h>
// ===========================================================================
// included modules
// ===========================================================================
#ifdef _MSC_VER
#include <windows_config.h>
#else
#include <config.h>
#endif






// ===========================================================================
// class declarations
// ===========================================================================


// ===========================================================================
// class definitions
// ===========================================================================



#endif

This page was last modified on 8 September 2011, at 14:50.