Update contrib.
2 * Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
4 * This component and the accompanying materials are made available
5 * under the terms of "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.
25 #ifndef __FLOGSVR_INL__
26 #define __FLOGSVR_INL__
28 inline void CFileLogger::IncrementAccessCount()
30 Increments access count for every new client
37 inline void CFileLogger::DecrementAccessCount()
39 Decrements server acess count
44 __ASSERT_DEBUG(iAccessCount>=0, User::Invariant());
47 inline TInt CFileLogger::AccessCount() const
49 Returns the count of accesses in the server
51 @return Acess count of server session
57 inline TLogFile CFileLogger::LogFile() const
62 inline TBool CFileLogger::DeletionTimerActive() const
64 return iTimer->IsActive();
67 #endif // __FLOGSVR_INL__