sbDeviceStatusHelper.h File Reference

Songbird Device Status Services Definitions. More...

#include "sbBaseDevice.h"
#include <sbIDeviceStatus.h>
#include <sbMemoryUtils.h>
#include <nsCOMPtr.h>
Include dependency graph for sbDeviceStatusHelper.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sbDeviceStatusHelper
 
class  sbDeviceStatusAutoOperationComplete
 

Functions

 SB_AUTO_CLASS2 (sbDeviceStatusAutoState, sbDeviceStatusHelper *, PRUint32,(mValue!=nsnull), mValue->ChangeState(mValue2), mValue=nsnull)
 

Detailed Description

Songbird Device Status Services Definitions.

Definition in file sbDeviceStatusHelper.h.

Function Documentation

SB_AUTO_CLASS2 ( sbDeviceStatusAutoState  ,
sbDeviceStatusHelper ,
PRUint32  ,
(mValue!=nsnull)  ,
mValue->  ChangeStatemValue2,
mValue  = nsnull 
)

These classes complete the current operation or item when going out of scope. The auto-completion may be prevented by calling the forget method.

sbDeviceStatusAutoState Wrapper to auto set the state to a specified value.