commsfwtools/preparedefaultcommsdatabase/Tools/ced/src/ced.cpp
changeset 50 afebdb533a85
parent 0 dfb7c4ff071f
child 63 a667ebd03ba5
equal deleted inserted replaced
33:8fc8de15e664 50:afebdb533a85
   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 				{