srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def-129216-016.cpp
author William Roberts <williamr@symbian.org>
Wed, 05 May 2010 18:05:18 +0100
changeset 40 62301b3b197e
parent 25 85578ba0aa08
permissions -rw-r--r--
Get the full fix for Bug 2509 into Symbian^4 branch

/*
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description: 
*
*/
//desc:test warning message:Uses->uses
//option:
//date:2008-12-22 14:58:10
//author:bolowy
//type: CT

class a
{
void func()
{
	LCleanedupXXX a;  //check:uses
}
};