krzdzi / libjingle

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

some issue in XmppThread. #429

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. \trunk\talk\xmpp\xmppthread.h
2.
3.

What is the expected output? What do you see instead?
I'm going to inherit XmppThread class.
I think that below member fucntions must have protected attribute

  void OnStateChange(buzz::XmppEngine::State state);
  void OnMessage(talk_base::Message* pmsg);

What version of the product are you using? On what operating system?
libjingle revision 303

Please provide any additional information below.

Original issue reported on code.google.com by tree1...@gmail.com on 7 Apr 2013 at 7:42