Ipopt  trunk
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
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$
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
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines