server-plugin.hh File Reference
#include <stdexcept>
#include <hpp/corbaserver/config.hh>
#include <hpp/corbaserver/fwd.hh>
#include <hpp/corbaserver/problem-solver-map.hh>
Include dependency graph for server-plugin.hh:
This graph shows which files directly or indirectly include this file:

Classes

class  hpp::corbaServer::ServerPlugin
 

Namespaces

 hpp
 Implement CORBA interface ``Obstacle''.
 
 hpp::corbaServer
 

Macros

#define HPP_CORBASERVER_DEFINE_PLUGIN(PluginClassName)
 

Macro Definition Documentation

#define HPP_CORBASERVER_DEFINE_PLUGIN (   PluginClassName)
Value:
extern "C" { \
{ \
return new PluginClassName (server); \
} \
}
Definition: server-plugin.hh:39
Implementation of Hpp module Corba server.
Definition: server.hh:52