--- a/windowing/windowserver/nonnga/CLIENT/MWSCLI.CPP Tue Aug 31 16:31:06 2010 +0300
+++ b/windowing/windowserver/nonnga/CLIENT/MWSCLI.CPP Wed Sep 01 12:39:21 2010 +0100
@@ -28,12 +28,12 @@
{
}
-void MWsClientClass::Write(const TAny *aData1, TInt aLength1,const TAny *aData2, TInt aLength2,TUint aOpcode,const TIpcArgs* /*aIpcArgs=NULL*/) const
+void MWsClientClass::Write(const TAny *aData1, TInt aLength1,const TAny *aData2, TInt aLength2,TUint aOpcode) const
{
iBuffer->Write(iWsHandle,aOpcode,aData1,aLength1,aData2,aLength2);
}
-void MWsClientClass::Write(const TAny *aData1, TInt aLength1,TUint aOpcode,const TIpcArgs* /*aIpcArgs=NULL*/) const
+void MWsClientClass::Write(const TAny *aData1, TInt aLength1,TUint aOpcode) const
{
iBuffer->Write(iWsHandle,aOpcode,aData1,aLength1);
}
@@ -63,10 +63,6 @@
Write(&aSize,sizeof(aSize),aOpcode);
}
-void MWsClientClass::AppendData(const TAny */*aData*/,TInt /*aLength*/,TBool /*aFinished*/)
- {
- }
-
TInt MWsClientClass::WriteReply(TUint aOpcode,const TIpcArgs* aIpcArgs) const
{
return(iBuffer->WriteReply(iWsHandle,aOpcode,aIpcArgs));