git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@824
270642c3-0616-0410-b53a-bc976706d245
the scheduler). Throwing a senf::console::Executor::ExitException is like entering the \c exit
built-in command at the console.
- \until network
\until Example
The \c main routine enables more verbose console logging and adds some directories and callbacks
\section console_memberfn Member functions
- Member functions are supported like non-member functions. They must however be added through a
- senf::console::ScopedDirectory instance to bind them to their instance.
+ Non-static member functions are supported like non-member functions (static member functions are
+ identical to non-members). They must however be added through a senf::console::ScopedDirectory
+ instance to bind them to their instance.
\code
class Test1
{
Whenever a new client connects, a new instance of this class is created. This class shows a
command prompt, receives the commands, parses them and then passes (using a CommandParser)
and passes the commands to an Executor instance.
-
- \fixme Fix Client::clientData implementation
- \fixme Don't register a new ReadHelper every round
*/
class Client
: public senf::intrusive_refcount,