/build/buildd/coinor-ipopt-3.10.1/Ipopt/src/Interfaces/IpReturnCodes.hpp
Go to the documentation of this file.
00001 /***********************************************************************
00002 // Copyright (C) 2006 International Business Machines and others.
00003 // All Rights Reserved.
00004 // This code is published under the Eclipse Public License.
00005 //
00006 // $Id: IpReturnCodes.hpp 1861 2010-12-21 21:34:47Z andreasw $
00007 //
00008 // Authors:  Andreas Waechter               IBM    2006-03-01
00009 ************************************************************************/
00010 
00011 #ifndef __IPRETURNCODES_HPP__
00012 #define __IPRETURNCODES_HPP__
00013 
00014 /* include from a common include file */
00015 
00016 namespace Ipopt
00017 {
00018 #include "IpReturnCodes_inc.h"
00019 }
00020 
00021 #endif