cryptomgmtlibs/securitytestfw/test/testutil/server/testutilfilewatcher.cpp
changeset 8 35751d3474b7
parent 0 2c201484c85f
equal deleted inserted replaced
2:675a964f4eb5 8:35751d3474b7
     1 /*
     1 /*
     2 * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of the License "Eclipse Public License v1.0"
     5 * under the terms of the License "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    15 * TestUtil - filewatcher implementation
    15 * TestUtil - filewatcher implementation
    16 *
    16 *
    17 */
    17 */
    18 
    18 
    19 
    19 
    20 
       
    21 
       
    22 /**
    20 /**
    23  @file 
    21  @file 
    24  @test
    22  @test
    25  @internalComponent
    23  @internalComponent
    26 */
    24 */
    27 
    25 
    28 #include "testutilsdpfilewatcher.h"
    26 #include "testutilfilewatcher.h"
    29 
    27 
    30 // CFileWatcher
    28 // CFileWatcher
    31 
    29 
    32 /*static*/ CFileWatcher* CFileWatcher::NewL(RFs& aFs, const RMessagePtr2& aMessage)
    30 /*static*/ CFileWatcher* CFileWatcher::NewL(RFs& aFs, const RMessagePtr2& aMessage)
    33 	{
    31 	{
    81 
    79 
    82 void CFileWatcher::RunL()
    80 void CFileWatcher::RunL()
    83 	{
    81 	{
    84 	iMessage.Complete(iStatus.Int());
    82 	iMessage.Complete(iStatus.Int());
    85 	}
    83 	}
       
    84