/*
- * Copyright (c) 2000-2001 Apple Computer, Inc. All Rights Reserved.
+ * Copyright (c) 2000-2007 Apple Inc. All Rights Reserved.
*
* @APPLE_LICENSE_HEADER_START@
*
{
return referent<Process>();
}
-
+
//
// Send a keychain-related notification event about this database
free (data.data());
}
+
//
// Default behaviors
//
// nothing
}
+bool DbCommon::belongsToSystem() const
+{
+ return false;
+}
+
void Database::releaseKey(Key &key)
{
CssmError::throwMe(CSSM_ERRCODE_FUNCTION_NOT_IMPLEMENTED);
}
-bool Database::isLocked() const
+bool Database::isLocked()
{
secdebug("database", "%p calling unimplemented isLocked", this);
CssmError::throwMe(CSSM_ERRCODE_FUNCTION_NOT_IMPLEMENTED);
return dbAcl;
}
-GenericHandle Database::aclHandle() const
-{
- return HandleObject::handle();
-}
-
//
// Remote validation is not, by default, supported