blob: 6e1d43c6a5db099a94b161bb63afd292ec41fcb4 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2016 CEA LIST.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Created on: 24 janv. 2014
*
* Contributors:
* Arnault Lapitre (CEA LIST) arnault.lapitre@cea.fr
* - Initial API and implementation
******************************************************************************/
#ifndef AVMMAIN_H_
#define AVMMAIN_H_
namespace sep
{
class AvmMain
{
public:
static int run( int argc , char * argv[] );
};
} /* namespace sep */
#endif /* AVMMAIN_H_ */