replicant-frameworks_native/include
Andreas Huber f0adf848ff Make MemoryDealer's destructor protected instead of public.
MemoryDealer, like all other subclasses of RefBase,MUST NOT BE stack-allocated, a protected destructor prohibits stack-allocation while allowing the baseclass to properly invoke the subclass' destructor once the refcount drops to 0.
2009-07-16 10:05:57 -07:00
..
binder Make MemoryDealer's destructor protected instead of public. 2009-07-16 10:05:57 -07:00
pim auto import from //depot/cupcake/@135843 2009-03-03 19:31:44 -08:00
private add a ctor to Mutex to specify the type, which can be shared. This is used by sf and af an soon will allow some optimization in the kernel for non shared mutexes 2009-07-13 22:06:36 -07:00
tts Add a virtual destructor to the TtsEngine class. 2009-07-08 16:24:38 -07:00
ui Implement virtual button support. 2009-07-14 18:51:53 -07:00
utils add a ctor to Mutex to specify the type, which can be shared. This is used by sf and af an soon will allow some optimization in the kernel for non shared mutexes 2009-07-13 22:06:36 -07:00