IRunnable Class Reference
[Win32 Threading primitivesInterfacesProtected destructors on abstract base classes]

Inheritance diagram for IRunnable:

Inheritance graph
[legend]

List of all members.


Detailed Description

An interface to code that can be Run() on a thread. Usually passed to the CThread constructor.

Public Member Functions

virtual int Run ()=0 throw ()
 The return value is the exit code of the thread that is run to execute the code.

Protected Member Functions

 ~IRunnable ()
 We never delete instances of this interface; you must manage the lifetime of the class that implements it.

Constructor & Destructor Documentation

~IRunnable (  )  [inline, protected]

We never delete instances of this interface; you must manage the lifetime of the class that implements it.


Generated on Thu Mar 26 16:40:36 2009 for JetByte Socket Tools - v6.0 by  doxygen 1.5.3