00001
00002
00003
00004
00005
00006 #ifndef __SENSREGOP_HPP__
00007 #define __SENSREGOP_HPP__
00008
00009 #include "IpSmartPtr.hpp"
00010
00011 namespace Ipopt
00012 {
00013 class RegisteredOptions;
00014
00015 void RegisterOptions_sIPOPT(const SmartPtr<RegisteredOptions>& roptions);
00016
00017 }
00018
00019 #endif