just50415 / android-rcs-ims-stack

Automatically exported from code.google.com/p/android-rcs-ims-stack
0 stars 0 forks source link

Method dont match in OriginatingContentSharingSession and MsrpManager #30

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
core stack 2.3.1

Please provide any additional information below.
In class 
com.orangelabs.rcs.core.ims.service.sharing.transfer.OriginatingContentSharingSe
ssion,
Line 296, it invoke method like "msrpMgr.sendChunks(stream, 
getContent().getEncoding(), getContent().getSize());",
but there is only method sendChunks(InputStream inputStream, String msgId, 
String contentType, long contentSize) in 
com.orangelabs.rcs.core.ims.protocol.msrp.MsrpManager , the parameters don't 
match.

Am I check out wrong?

Original issue reported on code.google.com by YunfeiT...@gmail.com on 20 Sep 2011 at 2:56

GoogleCodeExporter commented 8 years ago
It's an SVN problem in our side. We have removed this old package 
"com.orangelabs.rcs.core.ims.service.sharing". This package is no more used 
since we have separated the image sharing and file transfer features.

Thks a lot for your feedback

Original comment by jmauffret@gmail.com on 20 Sep 2011 at 8:58