(Auto)update libjingle 73222930-> 73226398

git-svn-id: http://webrtc.googlecode.com/svn/trunk@6891 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
buildbot@webrtc.org
2014-08-13 17:26:08 +00:00
parent b242c44354
commit a09a99950e
368 changed files with 861 additions and 856 deletions

View File

@@ -38,10 +38,6 @@
#ifdef OSX
#include "webrtc/base/maccocoasocketserver.h"
#endif
#include "webrtc/base/pathutils.h"
#include "webrtc/base/ssladapter.h"
#include "webrtc/base/stream.h"
#include "webrtc/base/win32socketserver.h"
#include "talk/examples/call/callclient.h"
#include "talk/examples/call/console.h"
#include "talk/examples/call/mediaenginefactory.h"
@@ -52,6 +48,10 @@
#include "talk/xmpp/xmppclientsettings.h"
#include "talk/xmpp/xmpppump.h"
#include "talk/xmpp/xmppsocket.h"
#include "webrtc/base/pathutils.h"
#include "webrtc/base/ssladapter.h"
#include "webrtc/base/stream.h"
#include "webrtc/base/win32socketserver.h"
class DebugLog : public sigslot::has_slots<> {
public:

View File

@@ -27,8 +27,8 @@
// Main function for all unit tests in talk/examples/call
#include "webrtc/base/logging.h"
#include "testing/base/public/gunit.h"
#include "webrtc/base/logging.h"
int main(int argc, char **argv) {
rtc::LogMessage::LogToDebug(rtc::LogMessage::NO_LOGGING);

View File

@@ -29,14 +29,6 @@
#include <string>
#include "webrtc/base/helpers.h"
#include "webrtc/base/logging.h"
#include "webrtc/base/network.h"
#include "webrtc/base/socketaddress.h"
#include "webrtc/base/stringencode.h"
#include "webrtc/base/stringutils.h"
#include "webrtc/base/thread.h"
#include "webrtc/base/windowpickerfactory.h"
#include "talk/examples/call/console.h"
#include "talk/examples/call/friendinvitesendtask.h"
#include "talk/examples/call/muc.h"
@@ -47,6 +39,14 @@
#include "talk/media/base/mediaengine.h"
#include "talk/media/base/rtpdataengine.h"
#include "talk/media/base/screencastid.h"
#include "webrtc/base/helpers.h"
#include "webrtc/base/logging.h"
#include "webrtc/base/network.h"
#include "webrtc/base/socketaddress.h"
#include "webrtc/base/stringencode.h"
#include "webrtc/base/stringutils.h"
#include "webrtc/base/thread.h"
#include "webrtc/base/windowpickerfactory.h"
#ifdef HAVE_SCTP
#include "talk/media/sctp/sctpdataengine.h"
#endif
@@ -62,8 +62,8 @@
#include "talk/xmpp/hangoutpubsubclient.h"
#include "talk/xmpp/mucroomconfigtask.h"
#include "talk/xmpp/mucroomlookuptask.h"
#include "talk/xmpp/presenceouttask.h"
#include "talk/xmpp/pingtask.h"
#include "talk/xmpp/presenceouttask.h"
namespace {

View File

@@ -32,8 +32,6 @@
#include <string>
#include <vector>
#include "webrtc/base/scoped_ptr.h"
#include "webrtc/base/sslidentity.h"
#include "talk/examples/call/console.h"
#include "talk/media/base/mediachannel.h"
#include "talk/p2p/base/session.h"
@@ -42,6 +40,8 @@
#include "talk/xmpp/hangoutpubsubclient.h"
#include "talk/xmpp/presencestatus.h"
#include "talk/xmpp/xmppclient.h"
#include "webrtc/base/scoped_ptr.h"
#include "webrtc/base/sslidentity.h"
namespace buzz {
class PresencePushTask;

View File

@@ -27,11 +27,11 @@
// Unit tests for CallClient
#include "webrtc/base/gunit.h"
#include "talk/examples/call/callclient.h"
#include "talk/media/base/filemediaengine.h"
#include "talk/media/base/mediaengine.h"
#include "talk/xmpp/xmppthread.h"
#include "webrtc/base/gunit.h"
TEST(CallClientTest, CreateCallClientWithDefaultMediaEngine) {
buzz::XmppPump pump;

View File

@@ -35,11 +35,11 @@
#include <unistd.h>
#endif // POSIX
#include "talk/examples/call/callclient.h"
#include "talk/examples/call/console.h"
#include "webrtc/base/logging.h"
#include "webrtc/base/messagequeue.h"
#include "webrtc/base/stringutils.h"
#include "talk/examples/call/console.h"
#include "talk/examples/call/callclient.h"
#ifdef POSIX
static void DoNothing(int unused) {}

View File

@@ -30,9 +30,9 @@
#include <stdio.h>
#include "webrtc/base/thread.h"
#include "webrtc/base/messagequeue.h"
#include "webrtc/base/scoped_ptr.h"
#include "webrtc/base/thread.h"
class CallClient;

View File

@@ -25,8 +25,8 @@
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include "talk/xmpp/constants.h"
#include "talk/examples/call/friendinvitesendtask.h"
#include "talk/xmpp/constants.h"
namespace buzz {

View File

@@ -27,10 +27,10 @@
#include "talk/examples/call/mediaenginefactory.h"
#include "webrtc/base/stringutils.h"
#include "talk/media/base/fakemediaengine.h"
#include "talk/media/base/filemediaengine.h"
#include "talk/media/base/mediaengine.h"
#include "webrtc/base/stringutils.h"
std::vector<cricket::AudioCodec> RequiredAudioCodecs() {
std::vector<cricket::AudioCodec> audio_codecs;

View File

@@ -25,8 +25,8 @@
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include "talk/xmpp/constants.h"
#include "talk/examples/call/mucinviterecvtask.h"
#include "talk/xmpp/constants.h"
namespace buzz {

View File

@@ -30,9 +30,9 @@
#include <vector>
#include "webrtc/base/sigslot.h"
#include "talk/xmpp/xmppengine.h"
#include "talk/xmpp/xmpptask.h"
#include "webrtc/base/sigslot.h"
namespace buzz {

View File

@@ -28,9 +28,9 @@
#ifndef _MUCINVITESENDTASK_H_
#define _MUCINVITESENDTASK_H_
#include "talk/examples/call/muc.h"
#include "talk/xmpp/xmppengine.h"
#include "talk/xmpp/xmpptask.h"
#include "talk/examples/call/muc.h"
namespace buzz {

View File

@@ -27,9 +27,9 @@
#include "talk/examples/call/presencepushtask.h"
#include "webrtc/base/stringencode.h"
#include "talk/examples/call/muc.h"
#include "talk/xmpp/constants.h"
#include "webrtc/base/stringencode.h"

View File

@@ -30,11 +30,11 @@
#include <vector>
#include "talk/examples/call/callclient.h"
#include "talk/xmpp/presencestatus.h"
#include "talk/xmpp/xmppengine.h"
#include "talk/xmpp/xmpptask.h"
#include "talk/xmpp/presencestatus.h"
#include "webrtc/base/sigslot.h"
#include "talk/examples/call/callclient.h"
namespace buzz {