#include <hpp/corba/template/server.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/util/exception.hh>
#include <stdexcept>
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:50
Implementation of Hpp module Corba server.
Definition server.hh:78