ofdbus/dbus/bus/bus-helper.cpp
branchRCL_3
changeset 57 2efc27d87e1c
parent 56 acd3cd4aaceb
equal deleted inserted replaced
56:acd3cd4aaceb 57:2efc27d87e1c
    26 	 RFs fs;
    26 	 RFs fs;
    27 	 User::LeaveIfError(fs.Connect());
    27 	 User::LeaveIfError(fs.Connect());
    28 	 TFindFile findFile(fs);
    28 	 TFindFile findFile(fs);
    29 	 
    29 	 
    30 	 char *cpath = NULL;
    30 	 char *cpath = NULL;
    31 	 char drive = ' ';
    31 	 char drive;
    32 
    32 
    33 	 if (findFile.FindByDir(_L("system.conf"),_L("\\data\\dbus\\")) == KErrNone   )
    33 	 if (findFile.FindByDir(_L("system.conf"),_L("\\data\\dbus\\")) == KErrNone   )
    34 	 {
    34 	 {
    35 
    35 
    36 		TBuf16<256> buf16(findFile.File());
    36 		TBuf16<256> buf16(findFile.File());