Create a copy of talk/xmpp and talk/p2p under webrtc/libjingle/xmpp and webrtc/p2p.
BUG=3379 R=niklas.enbom@webrtc.org Review URL: https://webrtc-codereview.appspot.com/27709005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@7459 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@@ -25,10 +25,10 @@
|
||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef TALK_P2P_BASE_BASICPACKETSOCKETFACTORY_H_
|
||||
#define TALK_P2P_BASE_BASICPACKETSOCKETFACTORY_H_
|
||||
#ifndef WEBRTC_P2P_BASE_BASICPACKETSOCKETFACTORY_H_
|
||||
#define WEBRTC_P2P_BASE_BASICPACKETSOCKETFACTORY_H_
|
||||
|
||||
#include "talk/p2p/base/packetsocketfactory.h"
|
||||
#include "webrtc/p2p/base/packetsocketfactory.h"
|
||||
|
||||
namespace rtc {
|
||||
|
||||
@@ -65,4 +65,4 @@ class BasicPacketSocketFactory : public PacketSocketFactory {
|
||||
|
||||
} // namespace rtc
|
||||
|
||||
#endif // TALK_P2P_BASE_BASICPACKETSOCKETFACTORY_H_
|
||||
#endif // WEBRTC_P2P_BASE_BASICPACKETSOCKETFACTORY_H_
|
||||
|
||||
Reference in New Issue
Block a user