os/security/cryptomgmtlibs/securitytestfw/test/testutil/server/testutilfilewatcher.h
Update contrib.
2 * Copyright (c) 2006-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.
15 * TestUtil - filewatcher class
26 #ifndef __TESTUTILFILEWATCHER_H__
27 #define __TESTUTILFILEWATCHER_H__
33 * This active object waits for an indication that the media has changed,
34 * and then notifies its observer.
36 class CFileWatcher : public CActive
39 static CFileWatcher* NewL(RFs& aFs, const RMessagePtr2& aMessage);
40 static CFileWatcher* NewLC(RFs& aFs, const RMessagePtr2& aMessage);
46 CFileWatcher(RFs& aFs, const RMessagePtr2& aMessage);
55 /// Not owned by this class
58 // Message which originated the notify request
59 const RMessagePtr2 iMessage;
63 #endif // #ifndef __DRIVEWATCHER_H__