teaj / libjingle

Automatically exported from code.google.com/p/libjingle
0 stars 0 forks source link

about examples/login/xmppsocket.cc #416

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. add #define USE_SSLSTREAM to xmppsocket.cc
2. build login example.
3.

What is the expected output? What do you see instead?
talk_base::ByteBuffer has no Shift

What version of the product are you using? On what operating system?
windows.

Please provide any additional information below.

xmppsocket.cc(163): buffer_.Shift(written);

but in base/bytebuffer.h not found any function "Shift"

Original issue reported on code.google.com by y.xmp...@gmail.com on 14 Dec 2012 at 12:20