Torc  0.1
Classes | Variables
torcrunlooposx.h File Reference
#include <CoreFoundation/CoreFoundation.h>
#include "torcqthread.h"
Include dependency graph for torcrunlooposx.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CallbackObject
 A simple class encapusulating a single timer to start the CFRunLoop. More...
 
class  TorcOSXCallbackThread
 TorcQThread subclass to run a CFRunLoop. More...
 

Variables

CFRunLoopRef gAdminRunLoop
 A reference to the global administration CFRunLoop. More...
 

Variable Documentation

CFRunLoopRef gAdminRunLoop

A reference to the global administration CFRunLoop.

This is used by various OS X objects that require a CFRunLoop (other than the main loop) for callback purposes.

Definition at line 35 of file torcrunlooposx.cpp.