os/security/cryptomgmtlibs/cryptotokenfw/source/ctframework/MCTTokenInterface.cpp
First public contribution.
2 * Copyright (c) 2001-2009 Nokia Corporation and/or its subsidiary(-ies).
4 * This component and the accompanying materials are made available
5 * under the terms of the License "Eclipse Public License v1.0"
6 * which accompanies this distribution, and is available
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
21 #include "ct/logger.h"
23 EXPORT_C void MCTTokenInterface::Release()
25 LOG(_L("MCTTokenInterface::Release: token interface released"));
28 // Get a copy of the token now before we delete the object
29 MCTToken& token = Token();
32 // THE OBJECT MAY NOW BE DELETED
33 // Tell the token what's happened.
39 EXPORT_C void MCTTokenInterface::DoRelease()
41 LOG(_L("MCTTokenInterface::DoRelease: destroying token interface"));