27 #ifndef __PYCALLABLE_H__
28 #define __PYCALLABLE_H__
51 std::map<std::string, PyRep*>
byname;
93 #endif // __PYCALLABLE_H__
CallDispatcher * m_serviceDispatch
std::map< std::string, PyRep * > byname
virtual ~CallDispatcher()
void _SetCallDispatcher(CallDispatcher *d)
PyResult & operator=(const PyResult &oth)
virtual PyResult Dispatch(const std::string &method_name, PyCallArgs &call)=0
PyCallArgs(Client *c, PyTuple *tup, PyDict *dict)
void Dump(LogType type) const
virtual PyResult Call(const std::string &method, PyCallArgs &args)