(Auto)update libjingle 75302540-> 75327856
git-svn-id: http://webrtc.googlecode.com/svn/trunk@7160 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
31c285b333
commit
ea77334c30
@ -25,8 +25,8 @@
|
||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef _ASYNCSOCKET_H_
|
||||
#define _ASYNCSOCKET_H_
|
||||
#ifndef TALK_XMPP_ASYNCSOCKET_H_
|
||||
#define TALK_XMPP_ASYNCSOCKET_H_
|
||||
|
||||
#include <string>
|
||||
|
||||
@ -86,4 +86,4 @@ public:
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif // TALK_XMPP_ASYNCSOCKET_H_
|
||||
|
||||
@ -25,8 +25,8 @@
|
||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef _multiuserchatmodule_h_
|
||||
#define _multiuserchatmodule_h_
|
||||
#ifndef TALK_XMPP_CHATROOMMODULE_H_
|
||||
#define TALK_XMPP_CHATROOMMODULE_H_
|
||||
|
||||
#include "talk/xmpp/module.h"
|
||||
#include "talk/xmpp/rostermodule.h"
|
||||
@ -267,4 +267,4 @@ public:
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif // TALK_XMPP_CHATROOMMODULE_H_
|
||||
|
||||
@ -25,8 +25,8 @@
|
||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef TALK_EXAMPLES_LOGIN_JINGLEINFOTASK_H_
|
||||
#define TALK_EXAMPLES_LOGIN_JINGLEINFOTASK_H_
|
||||
#ifndef TALK_XMPP_JINGLEINFOTASK_H_
|
||||
#define TALK_XMPP_JINGLEINFOTASK_H_
|
||||
|
||||
#include <vector>
|
||||
|
||||
@ -58,4 +58,4 @@ class JingleInfoTask : public XmppTask {
|
||||
};
|
||||
}
|
||||
|
||||
#endif // TALK_EXAMPLES_LOGIN_JINGLEINFOTASK_H_
|
||||
#endif // TALK_XMPP_JINGLEINFOTASK_H_
|
||||
|
||||
@ -25,8 +25,8 @@
|
||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef _module_h_
|
||||
#define _module_h_
|
||||
#ifndef TALK_XMPP_MODULE_H_
|
||||
#define TALK_XMPP_MODULE_H_
|
||||
|
||||
#include "talk/xmpp/xmppengine.h"
|
||||
|
||||
@ -49,4 +49,4 @@ public:
|
||||
};
|
||||
|
||||
}
|
||||
#endif
|
||||
#endif // TALK_XMPP_MODULE_H_
|
||||
|
||||
@ -25,8 +25,8 @@
|
||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef _moduleimpl_h_
|
||||
#define _moduleimpl_h_
|
||||
#ifndef TALK_XMPP_MODULEIMPL_H_
|
||||
#define TALK_XMPP_MODULEIMPL_H_
|
||||
|
||||
#include "talk/xmpp/module.h"
|
||||
#include "talk/xmpp/xmppengine.h"
|
||||
@ -90,4 +90,4 @@ private:
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif // TALK_XMPP_MODULEIMPL_H_
|
||||
|
||||
@ -25,8 +25,8 @@
|
||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef _PLAINSASLHANDLER_H_
|
||||
#define _PLAINSASLHANDLER_H_
|
||||
#ifndef TALK_XMPP_PLAINSASLHANDLER_H_
|
||||
#define TALK_XMPP_PLAINSASLHANDLER_H_
|
||||
|
||||
#include <algorithm>
|
||||
#include "talk/xmpp/saslhandler.h"
|
||||
@ -78,4 +78,4 @@ private:
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif // TALK_XMPP_PLAINSASLHANDLER_H_
|
||||
|
||||
@ -25,8 +25,8 @@
|
||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef _PRESENCEOUTTASK_H_
|
||||
#define _PRESENCEOUTTASK_H_
|
||||
#ifndef TALK_XMPP_PRESENCEOUTTASK_H_
|
||||
#define TALK_XMPP_PRESENCEOUTTASK_H_
|
||||
|
||||
#include "talk/xmpp/presencestatus.h"
|
||||
#include "talk/xmpp/xmppengine.h"
|
||||
@ -51,4 +51,4 @@ private:
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif // TALK_XMPP_PRESENCEOUTTASK_H_
|
||||
|
||||
@ -25,8 +25,8 @@
|
||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef _rostermodule_h_
|
||||
#define _rostermodule_h_
|
||||
#ifndef TALK_XMPP_ROSTERMODULE_H_
|
||||
#define TALK_XMPP_ROSTERMODULE_H_
|
||||
|
||||
#include "talk/xmpp/module.h"
|
||||
|
||||
@ -345,4 +345,4 @@ public:
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif // TALK_XMPP_ROSTERMODULE_H_
|
||||
|
||||
@ -25,8 +25,8 @@
|
||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef _rostermoduleimpl_h_
|
||||
#define _rostermoduleimpl_h_
|
||||
#ifndef TALK_XMPP_XMPPTHREAD_H_
|
||||
#define TALK_XMPP_XMPPTHREAD_H_
|
||||
|
||||
#include "talk/xmpp/moduleimpl.h"
|
||||
#include "talk/xmpp/rostermodule.h"
|
||||
@ -299,4 +299,4 @@ private:
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif // TALK_XMPP_XMPPTHREAD_H_
|
||||
|
||||
@ -25,8 +25,8 @@
|
||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef _SASLHANDLER_H_
|
||||
#define _SASLHANDLER_H_
|
||||
#ifndef TALK_XMPP_SASLHANDLER_H_
|
||||
#define TALK_XMPP_SASLHANDLER_H_
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
@ -56,4 +56,4 @@ public:
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif // TALK_XMPP_SASLHANDLER_H_
|
||||
|
||||
@ -25,8 +25,8 @@
|
||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef _SASLMECHANISM_H_
|
||||
#define _SASLMECHANISM_H_
|
||||
#ifndef TALK_XMPP_SASLMECHANISM_H_
|
||||
#define TALK_XMPP_SASLMECHANISM_H_
|
||||
|
||||
#include <string>
|
||||
|
||||
@ -71,4 +71,4 @@ protected:
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif // TALK_XMPP_SASLMECHANISM_H_
|
||||
|
||||
@ -25,8 +25,8 @@
|
||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef _xmppengine_h_
|
||||
#define _xmppengine_h_
|
||||
#ifndef TALK_XMPP_XMPPENGINE_H_
|
||||
#define TALK_XMPP_XMPPENGINE_H_
|
||||
|
||||
// also part of the API
|
||||
#include "webrtc/libjingle/xmllite/qname.h"
|
||||
@ -346,4 +346,4 @@ public:
|
||||
} while (false) \
|
||||
|
||||
|
||||
#endif
|
||||
#endif // TALK_XMPP_XMPPENGINE_H_
|
||||
|
||||
@ -25,8 +25,8 @@
|
||||
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef _xmppstanzaparser_h_
|
||||
#define _xmppstanzaparser_h_
|
||||
#ifndef TALK_XMPP_XMPPSTANZAPARSER_H_
|
||||
#define TALK_XMPP_XMPPSTANZAPARSER_H_
|
||||
|
||||
#include "webrtc/libjingle/xmllite/xmlbuilder.h"
|
||||
#include "webrtc/libjingle/xmllite/xmlparser.h"
|
||||
@ -94,4 +94,4 @@ private:
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif // TALK_XMPP_XMPPSTANZAPARSER_H_
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user