Public Member Functions | Protected Member Functions

XmlRpcThread Class Reference

XML-RPC Thread. More...

#include "xmlrpc_thread.h"

Inheritance diagram for XmlRpcThread:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 XmlRpcThread ()
 Constructor.
virtual void init ()
virtual void finalize ()
virtual void loop ()

Protected Member Functions

virtual void run ()
 Stub to see name in backtrace for easier debugging.

Detailed Description

XML-RPC Thread.

This thread runs the HTTP server and handles XML-RPC calls.

Author:
Tim Niemueller

Definition at line 46 of file xmlrpc_thread.h.


Constructor & Destructor Documentation

XmlRpcThread::XmlRpcThread (  ) 

Constructor.

Definition at line 43 of file xmlrpc_thread.cpp.

References fawkes::Thread::set_prepfin_conc_loop().


Member Function Documentation

virtual void XmlRpcThread::run (  )  [inline, protected, virtual]

Stub to see name in backtrace for easier debugging.

See also:
Thread::run()

Definition at line 64 of file xmlrpc_thread.h.


The documentation for this class was generated from the following files: