PrimoBurner(tm) for C++  4.2
CD, DVD and Blu-ray Software Development Kit
DataFileCallback Class Reference

Implement this interface to handle DataFile signals. More...

#include <PrimoBurner.h>

Inherits Reference.

List of all members.

Public Member Functions

virtual void onDestroy (DataFile *target)
 Called to signal that a DataFile object is about to be destroyed.
int32_t release () const
 Simple implementation of primo::Reference::release.
int32_t retain () const
 Simple implementation of primo::Reference::retain.
int32_t retainCount () const
 Simple implementation of primo::Reference::retainCount.

Detailed Description

Implement this interface to handle DataFile signals.


Member Function Documentation

virtual void onDestroy ( DataFile target) [virtual]

Called to signal that a DataFile object is about to be destroyed.

Parameters:
targetPointer to the DataFile object which is about to be destroyed.
int32_t release ( ) const [virtual]

Simple implementation of primo::Reference::release.

Returns:
The updated reference count.

Implements Reference.

int32_t retain ( ) const [virtual]

Simple implementation of primo::Reference::retain.

Returns:
The updated reference count..

Implements Reference.

int32_t retainCount ( ) const [virtual]

Simple implementation of primo::Reference::retainCount.

Returns:
The current reference count.

Implements Reference.

 All Classes Namespaces Files Functions Variables Enumerations Enumerator