1#ifndef hpp_core_idl__path__projectors_hxx__
2#define hpp_core_idl__path__projectors_hxx__
24template <
typename _Base,
typename _Storage>
31template <
typename _Base,
typename _Storage>
39template <
typename _Base,
typename _Storage>
44 _ServantBase::deleteThis();
45 }
catch (
const std::exception& e) {
46 throw ::hpp::Error (e.what());
50template <
typename _Base,
typename _Storage>
55 return _ServantBase::deleteIfExpired();
56 }
catch (
const std::exception& e) {
57 throw ::hpp::Error (e.what());
61template <
typename _Base,
typename _Storage>
66 _ServantBase::persistantStorage(persistant);
67 }
catch (
const std::exception& e) {
68 throw ::hpp::Error (e.what());
72template <
typename _Base,
typename _Storage>
77 hpp::core::PathPtr_t _input =
80 hpp::core::PathPtr_t __return__;
81 success = getT()->apply (_input, __return__);
85 }
catch (
const std::exception& e) {
86 throw ::hpp::Error (e.what());
bool persistantStorage() const
See persistantStorage(bool)
Definition servant-base.hh:166
Implementation of Hpp module Corba server.
Definition server.hh:78
Definition path_projectors-fwd.hh:28
::CORBA::Boolean deleteIfExpired()
Definition path_projectors.hh:51
hpp::core_idl::Path_ptr apply(hpp::core_idl::Path_ptr input, ::CORBA::Boolean &success)
Definition path_projectors.hh:73
PathProjectorServant(::hpp::corbaServer::Server *server, const _Storage &s)
Definition path_projectors.hh:25
virtual ~PathProjectorServant()
Definition path_projectors.hh:32
void deleteThis()
Definition path_projectors.hh:40
Definition paths-fwd.hh:29
ReturnType::Object_var makeServantDownCast(Server *server, const typename ServantBaseType::Storage &t)
Definition servant-base.hh:407
PathServant< POA_hpp::core_idl::Path, hpp::weak_ptr< hpp::core::Path > > Path
Definition paths-fwd.hh:92
Implement CORBA interface `‘Obstacle’'.
Definition client.hh:46