(Auto)update libjingle 75683337-> 75695882
git-svn-id: http://webrtc.googlecode.com/svn/trunk@7206 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
e387cc0d37
commit
6a9b155798
@ -25,8 +25,8 @@
|
||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef TALK_BASE_ASYNCSTUNTCPSOCKET_H_
|
||||
#define TALK_BASE_ASYNCSTUNTCPSOCKET_H_
|
||||
#ifndef TALK_P2P_BASE_ASYNCSTUNTCPSOCKET_H_
|
||||
#define TALK_P2P_BASE_ASYNCSTUNTCPSOCKET_H_
|
||||
|
||||
#include "webrtc/base/asynctcpsocket.h"
|
||||
#include "webrtc/base/scoped_ptr.h"
|
||||
@ -64,4 +64,4 @@ class AsyncStunTCPSocket : public rtc::AsyncTCPSocketBase {
|
||||
|
||||
} // namespace cricket
|
||||
|
||||
#endif // TALK_BASE_ASYNCSTUNTCPSOCKET_H_
|
||||
#endif // TALK_P2P_BASE_ASYNCSTUNTCPSOCKET_H_
|
||||
|
@ -25,8 +25,8 @@
|
||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef TALK_BASE_BASICPACKETSOCKETFACTORY_H_
|
||||
#define TALK_BASE_BASICPACKETSOCKETFACTORY_H_
|
||||
#ifndef TALK_P2P_BASE_BASICPACKETSOCKETFACTORY_H_
|
||||
#define TALK_P2P_BASE_BASICPACKETSOCKETFACTORY_H_
|
||||
|
||||
#include "talk/p2p/base/packetsocketfactory.h"
|
||||
|
||||
@ -65,4 +65,4 @@ class BasicPacketSocketFactory : public PacketSocketFactory {
|
||||
|
||||
} // namespace rtc
|
||||
|
||||
#endif // TALK_BASE_BASICPACKETSOCKETFACTORY_H_
|
||||
#endif // TALK_P2P_BASE_BASICPACKETSOCKETFACTORY_H_
|
||||
|
@ -25,8 +25,8 @@
|
||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef TALK_BASE_PACKETSOCKETFACTORY_H_
|
||||
#define TALK_BASE_PACKETSOCKETFACTORY_H_
|
||||
#ifndef TALK_P2P_BASE_PACKETSOCKETFACTORY_H_
|
||||
#define TALK_P2P_BASE_PACKETSOCKETFACTORY_H_
|
||||
|
||||
#include "webrtc/base/proxyinfo.h"
|
||||
|
||||
@ -66,4 +66,4 @@ class PacketSocketFactory {
|
||||
|
||||
} // namespace rtc
|
||||
|
||||
#endif // TALK_BASE_PACKETSOCKETFACTORY_H_
|
||||
#endif // TALK_P2P_BASE_PACKETSOCKETFACTORY_H_
|
||||
|
@ -25,8 +25,8 @@
|
||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef TALK_EXAMPLES_LOGIN_AUTOPORTALLOCATOR_H_
|
||||
#define TALK_EXAMPLES_LOGIN_AUTOPORTALLOCATOR_H_
|
||||
#ifndef TALK_P2P_CLIENT_AUTOPORTALLOCATOR_H_
|
||||
#define TALK_P2P_CLIENT_AUTOPORTALLOCATOR_H_
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
@ -66,4 +66,4 @@ class AutoPortAllocator : public cricket::HttpPortAllocator {
|
||||
}
|
||||
};
|
||||
|
||||
#endif // TALK_EXAMPLES_LOGIN_AUTOPORTALLOCATOR_H_
|
||||
#endif // TALK_P2P_CLIENT_AUTOPORTALLOCATOR_H_
|
||||
|
@ -25,8 +25,8 @@
|
||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef _SESSIONMANAGERTASK_H_
|
||||
#define _SESSIONMANAGERTASK_H_
|
||||
#ifndef TALK_P2P_CLIENT_SESSIONMANAGERTASK_H_
|
||||
#define TALK_P2P_CLIENT_SESSIONMANAGERTASK_H_
|
||||
|
||||
#include "talk/p2p/base/sessionmanager.h"
|
||||
#include "talk/p2p/client/sessionsendtask.h"
|
||||
@ -90,4 +90,4 @@ class SessionManagerTask : public buzz::XmppTask {
|
||||
|
||||
} // namespace cricket
|
||||
|
||||
#endif // _SESSIONMANAGERTASK_H_
|
||||
#endif // TALK_P2P_CLIENT_SESSIONMANAGERTASK_H_
|
||||
|
Loading…
Reference in New Issue
Block a user