signon  8.42
credentialsdb.cpp File Reference
#include "credentialsdb.h"
#include "credentialsdb_p.h"
#include "signond-common.h"
#include "signonsessioncoretools.h"
Include dependency graph for credentialsdb.cpp:

Go to the source code of this file.

Namespaces

namespace  SignonDaemonNS
 

Macros

#define INIT_ERROR()   ErrorMonitor errorMonitor(this)
#define RETURN_IF_NO_SECRETS_DB(retval)
#define S(s)   QLatin1String(s)

Macro Definition Documentation

#define RETURN_IF_NO_SECRETS_DB (   retval)
Value:
if (!isSecretsDBOpen()) { \
TRACE() << "Secrets DB is not available"; \
_lastError = noSecretsDB; return retval; \
}

Definition at line 32 of file credentialsdb.cpp.

Referenced by SignonDaemonNS::CredentialsDB::checkPassword(), SignonDaemonNS::CredentialsDB::clear(), SignonDaemonNS::CredentialsDB::removeCredentials(), and SignonDaemonNS::CredentialsDB::removeData().