windowing/windowserver/debuglog/DebLogRD.CPP
branchRCL_3
changeset 19 bbf46f59e123
parent 2 5e30ef2e26cb
child 20 25ffed67c7ef
equal deleted inserted replaced
18:57c618273d5c 19:bbf46f59e123
    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