commsfwtools/preparedefaultcommsdatabase/Tools/ced/src/ced.cpp
branchRCL_3
changeset 48 07656293a99c
parent 0 dfb7c4ff071f
child 63 a667ebd03ba5
equal deleted inserted replaced
37:35c06c1d4fa6 48:07656293a99c
   873 		//If here then no prefered config file has been specified.
   873 		//If here then no prefered config file has been specified.
   874 		//Find default input file
   874 		//Find default input file
   875         if ( !bInFound )
   875         if ( !bInFound )
   876 			{
   876 			{
   877 			RFs fs;
   877 			RFs fs;
   878 			fs.Connect();
   878 			User::LeaveIfError(fs.Connect());
   879 			CleanupClosePushL(fs);
   879 			CleanupClosePushL(fs);
   880 			TUint dummy;
   880 			TUint dummy;
   881 			
   881 			
   882 			if(fs.Att(XML_TARGET,dummy)==KErrNone)
   882 			if(fs.Att(XML_TARGET,dummy)==KErrNone)
   883 				{
   883 				{