devicesrv_plat/configuration_file_parser_api/inc/AccConfigFileParser.h
branchRCL_3
changeset 81 24127ea5a236
parent 56 1ddbe54d0645
--- a/devicesrv_plat/configuration_file_parser_api/inc/AccConfigFileParser.h	Wed Sep 15 13:36:47 2010 +0300
+++ b/devicesrv_plat/configuration_file_parser_api/inc/AccConfigFileParser.h	Wed Oct 13 15:58:37 2010 +0300
@@ -143,12 +143,12 @@
         * Detect all subblock capabilities and append them to the given
         * array.
         */
-        void ParseSubblocksL( const TUint64& aVal, RArray<TUint64>& aCaps );
+        void ParseSubblocks( const TUint64& aVal, RArray<TUint64>& aCaps );
 
         /**
         * Detect all subblock names and append them to the given array.
         */
-        void ParseNamesL( const TUint32& aVal, RArray<TUint32>& aNames );
+        void ParseNames( const TUint32& aVal, RArray<TUint32>& aNames );
         
         /**
         * Find a bit number from bitmask.