windowing/windowserver/debuglog/DebLogRD.CPP
branchRCL_3
changeset 20 25ffed67c7ef
parent 19 bbf46f59e123
equal deleted inserted replaced
19:bbf46f59e123 20:25ffed67c7ef
    70 	TInt bufLen=buf.Length();
    70 	TInt bufLen=buf.Length();
    71 	TPtr16 ptr(&buf[bufLen],buf.MaxLength()-bufLen);
    71 	TPtr16 ptr(&buf[bufLen],buf.MaxLength()-bufLen);
    72 	ptr.Copy(aDes2);
    72 	ptr.Copy(aDes2);
    73 	buf.SetLength(bufLen+aDes2.Length());
    73 	buf.SetLength(bufLen+aDes2.Length());
    74 	_LIT(KDebugFormatString, "%S");
    74 	_LIT(KDebugFormatString, "%S");
    75 	RDebug::Print(KDebugFormatString, &buf);	
    75 	RDebug::Print(KDebugFormatString, &buf);
    76 	}
    76 	}
    77 
    77