1#ifndef hpp_core_idl__path__projectors_hpp__
2#define hpp_core_idl__path__projectors_hpp__
11#include <hpp/core/path-projector.hh>
25template <
typename _Base,
typename _Storage>
44 hpp::core_idl::Path_ptr
apply (hpp::core_idl::Path_ptr input, ::CORBA::Boolean& success);
55namespace corbaServer {
56template<>
struct hpp_traits<
hpp::core::PathProjector>{
typedef hpp::core::PathProjector
Base; };
Definition: servant-base.hh:120
Implementation of Hpp module Corba server.
Definition: server.hh:77
Definition: path_projectors-fwd.hh:28
hpp::core::PathProjector HppBase
Definition: path_projectors-fwd.hh:30
hpp::core_idl::Path_ptr apply(hpp::core_idl::Path_ptr input, ::CORBA::Boolean &success)
Definition: path_projectors.hh:51
virtual ~PathProjectorServant()
Definition: path_projectors.hh:32
SERVANT_BASE_TYPEDEFS(hpp::core_idl::PathProjector, HppBase)
void deleteThis()
Definition: path_projectors.hh:40
Definition: path_projectors.idl:21
PathProjectorServant< POA_hpp::core_idl::PathProjector, hpp::weak_ptr< hpp::core::PathProjector > > PathProjector
Definition: path_projectors-fwd.hh:49
Implement CORBA interface `‘Obstacle’'.
Definition: basic-server.hh:35
hpp::core::PathProjector Base
Definition: path_projectors-fwd.hh:56
Definition: servant-base.hh:89