move xmpp and p2p to webrtc
Create a copy of talk/xmpp and talk/p2p under webrtc/libjingle/xmpp and webrtc/p2p. Also makes libjingle use those version instead of the one in the talk folder. BUG=3379 Review URL: https://webrtc-codereview.appspot.com/26999004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@7549 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
		| @@ -25,14 +25,14 @@ | ||||
|  * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||||
|  */ | ||||
|  | ||||
| #ifndef TALK_P2P_CLIENT_SESSIONSENDTASK_H_ | ||||
| #define TALK_P2P_CLIENT_SESSIONSENDTASK_H_ | ||||
| #ifndef WEBRTC_P2P_CLIENT_SESSIONSENDTASK_H_ | ||||
| #define WEBRTC_P2P_CLIENT_SESSIONSENDTASK_H_ | ||||
|  | ||||
| #include "talk/p2p/base/sessionmanager.h" | ||||
| #include "talk/xmpp/constants.h" | ||||
| #include "talk/xmpp/xmppclient.h" | ||||
| #include "talk/xmpp/xmppengine.h" | ||||
| #include "talk/xmpp/xmpptask.h" | ||||
| #include "webrtc/p2p/base/sessionmanager.h" | ||||
| #include "webrtc/libjingle/xmpp/constants.h" | ||||
| #include "webrtc/libjingle/xmpp/xmppclient.h" | ||||
| #include "webrtc/libjingle/xmpp/xmppengine.h" | ||||
| #include "webrtc/libjingle/xmpp/xmpptask.h" | ||||
| #include "webrtc/base/common.h" | ||||
|  | ||||
| namespace cricket { | ||||
| @@ -142,4 +142,4 @@ class SessionSendTask : public buzz::XmppTask { | ||||
|  | ||||
| } | ||||
|  | ||||
| #endif // TALK_P2P_CLIENT_SESSIONSENDTASK_H_ | ||||
| #endif // WEBRTC_P2P_CLIENT_SESSIONSENDTASK_H_ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 henrike@webrtc.org
					henrike@webrtc.org