SMBIOS Library
Namespaces | Macros | Functions
TokenDA.cpp File Reference
#include "smbios/compat.h"
#include <iomanip>
#include <string.h>
#include "TokenImpl.h"
#include "smbios/ISmi.h"
Include dependency graph for TokenDA.cpp:

Go to the source code of this file.

Namespaces

namespace  smbios

Macros

#define LIBSMBIOS_SOURCE
#define TODO   do { throw NotImplementedImpl(); } while(0)
#define DCOUT(line)   do {} while(0)
#define DCERR(line)   do {} while(0)

Functions

static void executeWithPassword (smi::IDellCallingInterfaceSmi *ci, u8 arg, string password)

Macro Definition Documentation

#define DCERR (   line)    do {} while(0)

Definition at line 39 of file TokenDA.cpp.

Referenced by SmiTokenDA::activate(), and SmiTokenDA::isActive().

#define DCOUT (   line)    do {} while(0)

Definition at line 38 of file TokenDA.cpp.

#define LIBSMBIOS_SOURCE

Definition at line 20 of file TokenDA.cpp.

#define TODO   do { throw NotImplementedImpl(); } while(0)

Definition at line 30 of file TokenDA.cpp.