Songbird Device Status Services Definitions. More...
#include "sbBaseDevice.h"#include <sbIDeviceStatus.h>#include <sbMemoryUtils.h>#include <nsCOMPtr.h>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) | |
Songbird Device Status Services Definitions.
Definition in file sbDeviceStatusHelper.h.
| 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.