/*********************************************************************** // Copyright (C) 2006 International Business Machines and others. // All Rights Reserved. // This code is published under the Eclipse Public License. // // $Id: IpReturnCodes.hpp 1861 2010-12-21 21:34:47Z andreasw $ // // Authors: Andreas Waechter IBM 2006-03-01 ************************************************************************/ #ifndef __IPRETURNCODES_HPP__ #define __IPRETURNCODES_HPP__ /* include from a common include file */ namespace Ipopt { #include "IpReturnCodes_inc.h" } #endif