Made to Order Software Corporation Logo

LLChatLib: LLRunnable Class Reference

LLRunnable Class Reference

Abstract base class for running some scheduled process. More...

#include <llrun.h>

Inherited by LLChainSleeper.

List of all members.

Public Member Functions

virtual void run (LLRunner *runner, S64 handle)=0
 Do the process.


Detailed Description

Abstract base class for running some scheduled process.

Users of the LLRunner class are expected to derive a concrete implementation of this class which overrides the run() method to do something useful.

See also:
LLRunner

Member Function Documentation

virtual void LLRunnable::run ( LLRunner runner,
S64  handle 
) [pure virtual]

Do the process.

This method will be called from the LLRunner according to

Parameters:
runner The Runner which call run().
handle The handle this run instance is run under.

The documentation for this class was generated from the following files:
  • /home/doug/src/oss/slitechat/trunk/LLChatLib/llcommon/llrun.h
  • /home/doug/src/oss/slitechat/trunk/LLChatLib/llcommon/llrun.cpp
Generated on Thu Sep 23 17:18:43 2010 for LLChatLib by  doxygen 1.6.3