|
1 rem |
|
2 rem Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
3 rem All rights reserved. |
|
4 rem This component and the accompanying materials are made available |
|
5 rem under the terms of "Eclipse Public License v1.0" |
|
6 rem which accompanies this distribution, and is available |
|
7 rem at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 rem |
|
9 rem Initial Contributors: |
|
10 rem Nokia Corporation - initial contribution. |
|
11 rem |
|
12 rem Contributors: |
|
13 rem |
|
14 rem Description: Checks voicerecorder code respects the naming |
|
15 rem conventions for leaving functions. |
|
16 rem |
|
17 |
|
18 @echo off |
|
19 leavescan ..\RecViewSrc\CVRButtonPanel.cpp |
|
20 leavescan ..\RecViewSrc\CVRLabel.cpp |
|
21 leavescan ..\RecViewSrc\CVRRecViewContainer.cpp |
|
22 leavescan ..\RecViewSrc\CVRRecViewModel.cpp |
|
23 leavescan ..\RecViewSrc\CVRRecView.cpp |
|
24 leavescan ..\RecViewSrc\CVRMdaRecorder.cpp |
|
25 leavescan ..\RecViewSrc\CVRSystemEventHandler.cpp |
|
26 leavescan ..\RecViewSrc\CVRMemo.cpp |
|
27 leavescan ..\RecViewSrc\CVRStateInfoPanel.cpp |
|
28 leavescan ..\RecViewSrc\TVRState.cpp |
|
29 leavescan ..\UtilsSrc\VRUtils.cpp |
|
30 leavescan ..\UtilsSrc\CVRFileRecognizer.cpp |
|
31 leavescan ..\AppSrc\CVRApplication.cpp |
|
32 leavescan ..\AppSrc\CVRDocument.cpp |
|
33 leavescan ..\AppSrc\CVRAppUI.cpp |
|
34 leavescan ..\AppSrc\CVRNewFileService.cpp |
|
35 leavescan ..\AppSrc\CVRAppServer.cpp |
|
36 leavescan ..\NewServiceSrc\CNewFileServiceClientImpl.cpp |
|
37 leavescan ..\NewServiceSrc\CNewFileServiceDiscovery.cpp |
|
38 leavescan ..\NewServiceSrc\RNewFileServiceClient.cpp |
|
39 leavescan ..\NewServiceSrc\CNewFileServiceBase.cpp |