#include <stdexcept>
#include <hpp/util/exception.hh>
#include <hpp/corbaserver/config.hh>
#include <hpp/corbaserver/fwd.hh>
#include <hpp/corbaserver/problem-solver-map.hh>
#include <hpp/corbaserver/server.hh>
#include <hpp/corba/template/server.hh>
Go to the source code of this file.
◆ HPP_CORBASERVER_DEFINE_PLUGIN
#define HPP_CORBASERVER_DEFINE_PLUGIN |
( |
|
PluginClassName | ) |
|
Value:extern "C" { \
{ \
return new PluginClassName (server); \
} \
}
Definition: server-plugin.hh:44
Implementation of Hpp module Corba server.
Definition: server.hh:54