jigar-joshi / libjingle

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

asyncpacketsocket.h and .cc don't compile for any revision above 62, iOS #222

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Compile libjingle v0.6 for iOS, if you look at talk/base/asyncpacketsocket.h 
and talk/base/asyncpacketsocket.cc you will notice that the implementation file 
references a missing instance variable _socket.
2. Anything r62 and below has the _socket variable present. anything above that 
revision keeps the same implementation that accesses the _socket variable but 
is missing the definition of that variable keeping to from compiling.

What is the expected output? What do you see instead?
I don't see the _socket instance variable which is keeping me from compiling 
anything above r62.

What version of the product are you using? On what operating system?
v0.5.4 and below have the instance variable present and are possibly working, 
the only version I tested was iLibjingle's implementation of libjingle v0.5

Please provide any additional information below.

Original issue reported on code.google.com by pacinoss...@gmail.com on 11 Oct 2011 at 2:34

GoogleCodeExporter commented 9 years ago
AsyncPacketSocket has become an interface. So you should remove the 
asyncpacketsocket.cc from your project. Probably in the future will be removed 
from SVN also. 

Original comment by silviu.cpp@gmail.com on 11 Oct 2011 at 6:17

GoogleCodeExporter commented 9 years ago
Thanks!

Original comment by Rudy.Mayo@gmail.com on 11 Oct 2011 at 6:08

GoogleCodeExporter commented 9 years ago
Issue 223 has been merged into this issue.

Original comment by jun...@google.com on 24 Nov 2011 at 1:02

GoogleCodeExporter commented 9 years ago

Original comment by juberti@google.com on 8 Dec 2011 at 9:44