27#include <Ice/Process.h>
50 void shutdown(
const Ice::Current&)
override;
57 void writeMessage(
const std::string& msg, Ice::Int fd,
const Ice::Current&)
override;
ApplicationProcessFacet(ArmarXManager &armarXManager)
void writeMessage(const std::string &msg, Ice::Int fd, const Ice::Current &) override
writeMessage writes the string msg to std::out (fd = 1) or std::cerr (\fd = 2)
void shutdown(const Ice::Current &) override
shutdown calls ArmarXManager::shutdown()
Main class of an ArmarX process.
This file offers overloads of toIce() and fromIce() functions for STL container types.
IceUtil::Handle< ArmarXManager > ArmarXManagerPtr