voicerecorder/group/lscan.bat
branchRCL_3
changeset 21 c6bafb5162d8
parent 0 845549f293a7
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/voicerecorder/group/lscan.bat	Wed Sep 01 12:29:14 2010 +0100
@@ -0,0 +1,39 @@
+rem
+rem Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+rem All rights reserved.
+rem This component and the accompanying materials are made available
+rem under the terms of "Eclipse Public License v1.0"
+rem which accompanies this distribution, and is available
+rem at the URL "http://www.eclipse.org/legal/epl-v10.html".
+rem
+rem Initial Contributors:
+rem Nokia Corporation - initial contribution.
+rem
+rem Contributors:
+rem
+rem Description:	Checks voicerecorder code respects the naming
+rem             	conventions for leaving functions.
+rem
+
+@echo off
+leavescan ..\RecViewSrc\CVRButtonPanel.cpp
+leavescan ..\RecViewSrc\CVRLabel.cpp
+leavescan ..\RecViewSrc\CVRRecViewContainer.cpp
+leavescan ..\RecViewSrc\CVRRecViewModel.cpp
+leavescan ..\RecViewSrc\CVRRecView.cpp
+leavescan ..\RecViewSrc\CVRMdaRecorder.cpp 
+leavescan ..\RecViewSrc\CVRSystemEventHandler.cpp
+leavescan ..\RecViewSrc\CVRMemo.cpp
+leavescan ..\RecViewSrc\CVRStateInfoPanel.cpp
+leavescan ..\RecViewSrc\TVRState.cpp
+leavescan ..\UtilsSrc\VRUtils.cpp
+leavescan ..\UtilsSrc\CVRFileRecognizer.cpp
+leavescan ..\AppSrc\CVRApplication.cpp 
+leavescan ..\AppSrc\CVRDocument.cpp 
+leavescan ..\AppSrc\CVRAppUI.cpp
+leavescan ..\AppSrc\CVRNewFileService.cpp
+leavescan ..\AppSrc\CVRAppServer.cpp
+leavescan ..\NewServiceSrc\CNewFileServiceClientImpl.cpp
+leavescan ..\NewServiceSrc\CNewFileServiceDiscovery.cpp
+leavescan ..\NewServiceSrc\RNewFileServiceClient.cpp
+leavescan ..\NewServiceSrc\CNewFileServiceBase.cpp