00001 /*********************************************************************** 00002 // Copyright (C) 2006 International Business Machines and others. 00003 // All Rights Reserved. 00004 // This code is published under the Common Public License. 00005 // 00006 // $Id: IpReturnCodes.hpp 759 2006-07-07 03:07:08Z 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