cpw.darkrain42.xmpp.iq-handlers: bbd31254: Standardize the header file sentinels to...
paul at darkrain42.org
paul at darkrain42.org
Sun Apr 5 15:30:42 EDT 2009
-----------------------------------------------------------------
Revision: bbd3125487c5ee8bfd6e76a9af98d4688c6b5563
Ancestor: 91088097a64ce50eb5a82797dff3c5d087000edc
Author: paul at darkrain42.org
Date: 2009-04-05T19:16:14
Branch: im.pidgin.cpw.darkrain42.xmpp.iq-handlers
URL: http://d.pidgin.im/viewmtn/revision/info/bbd3125487c5ee8bfd6e76a9af98d4688c6b5563
Modified files:
libpurple/protocols/jabber/google.h
libpurple/protocols/jabber/jingle/content.h
libpurple/protocols/jabber/jingle/iceudp.h
libpurple/protocols/jabber/jingle/jingle.h
libpurple/protocols/jabber/jingle/rawudp.h
libpurple/protocols/jabber/jingle/rtp.h
libpurple/protocols/jabber/jingle/session.h
libpurple/protocols/jabber/jingle/transport.h
ChangeLog:
Standardize the header file sentinels to PURPLE_JABBER_[BLAH]_H
-------------- next part --------------
============================================================
--- libpurple/protocols/jabber/google.h e389ba787863139653e396db91b65aa2254f8cb3
+++ libpurple/protocols/jabber/google.h c9f8f8701ebcfa11a2bd45896e3e21e9611b19f6
@@ -18,8 +18,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*/
-#ifndef _PURPLE_GOOGLE_H_
-#define _PURPLE_GOOGLE_H_
+#ifndef _PURPLE_JABBER_GOOGLE_H_
+#define _PURPLE_JABBER_GOOGLE_H_
/* This is a place for Google Talk-specific XMPP extensions to live
* such that they don't intermingle with code for the XMPP RFCs and XEPs :) */
@@ -58,4 +58,4 @@ void jabber_google_send_jingle_info(Jabb
xmlnode *child);
void jabber_google_send_jingle_info(JabberStream *js);
-#endif /* _PURPLE_GOOGLE_H_ */
+#endif /* _PURPLE_JABBER_GOOGLE_H_ */
============================================================
--- libpurple/protocols/jabber/jingle/content.h 55efaff440a66616506f409bce7400496aeaf47f
+++ libpurple/protocols/jabber/jingle/content.h 28a8eab1c02d2ff8a6820a00f6e1c8ce0b59cc9f
@@ -18,8 +18,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*/
-#ifndef JINGLE_CONTENT_H
-#define JINGLE_CONTENT_H
+#ifndef PURPLE_JABBER_JINGLE_CONTENT_H
+#define PURPLE_JABBER_JINGLE_CONTENT_H
#include "jabber.h"
@@ -113,5 +113,5 @@ G_END_DECLS
G_END_DECLS
-#endif /* JINGLE_CONTENT_H */
+#endif /* PURPLE_JABBER_JINGLE_CONTENT_H */
============================================================
--- libpurple/protocols/jabber/jingle/iceudp.h a7635fe12bc2553d8da5500a11871a5225dc95c2
+++ libpurple/protocols/jabber/jingle/iceudp.h 67f65633ef39ff7ba48233f680fced8d4d8462df
@@ -18,8 +18,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*/
-#ifndef JINGLE_ICEUDP_H
-#define JINGLE_ICEUDP_H
+#ifndef PURPLE_JABBER_JINGLE_ICEUDP_H
+#define PURPLE_JABBER_JINGLE_ICEUDP_H
#include <glib.h>
#include <glib-object.h>
@@ -110,5 +110,5 @@ G_END_DECLS
G_END_DECLS
-#endif /* JINGLE_ICEUDP_H */
+#endif /* PURPLE_JABBER_JINGLE_ICEUDP_H */
============================================================
--- libpurple/protocols/jabber/jingle/jingle.h f73ef7ddd1f8cc203d349bb4e64d468be8802dd4
+++ libpurple/protocols/jabber/jingle/jingle.h 0fa583d3d2506a9c86f16855d0d4783ba9c3690b
@@ -16,8 +16,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor Boston, MA 02110-1301, USA
*/
-#ifndef JINGLE_H
-#define JINGLE_H
+#ifndef PURPLE_JABBER_JINGLE_H
+#define PURPLE_JABBER_JINGLE_H
#include "jabber.h"
@@ -84,4 +84,4 @@ G_END_DECLS
G_END_DECLS
-#endif /* JINGLE_H */
+#endif /* PURPLE_JABBER_JINGLE_H */
============================================================
--- libpurple/protocols/jabber/jingle/rawudp.h bd9b555c7363fa82f2c5aeccddc3227a2219fd16
+++ libpurple/protocols/jabber/jingle/rawudp.h c6ba15dd60d635ed238e0a25df01eba81dbb8786
@@ -18,8 +18,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*/
-#ifndef JINGLE_RAWUDP_H
-#define JINGLE_RAWUDP_H
+#ifndef PURPLE_JABBER_JINGLE_RAWUDP_H
+#define PURPLE_JABBER_JINGLE_RAWUDP_H
#include <glib.h>
#include <glib-object.h>
@@ -97,5 +97,5 @@ G_END_DECLS
G_END_DECLS
-#endif /* JINGLE_RAWUDP_H */
+#endif /* PURPLE_JABBER_JINGLE_RAWUDP_H */
============================================================
--- libpurple/protocols/jabber/jingle/rtp.h a39ea0866c396cc5ca548dbe39c4a9655a505017
+++ libpurple/protocols/jabber/jingle/rtp.h f1c5a6cd6faf5586d4e3e6391173fff78c92987f
@@ -18,8 +18,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*/
-#ifndef JINGLE_RTP_H
-#define JINGLE_RTP_H
+#ifndef PURPLE_JABBER_JINGLE_RTP_H
+#define PURPLE_JABBER_JINGLE_RTP_H
#include "config.h"
@@ -88,5 +88,5 @@ G_END_DECLS
#endif /* USE_VV */
-#endif /* JINGLE_RTP_H */
+#endif /* PURPLE_JABBER_JINGLE_RTP_H */
============================================================
--- libpurple/protocols/jabber/jingle/session.h 632354c61c6d9e4d55a831241a52ff6c66117fc0
+++ libpurple/protocols/jabber/jingle/session.h 077b2ff341070db608aefc6bbf5c784007907d4c
@@ -18,8 +18,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*/
-#ifndef JINGLE_SESSION_H
-#define JINGLE_SESSION_H
+#ifndef PURPLE_JABBER_JINGLE_SESSION_H
+#define PURPLE_JABBER_JINGLE_SESSION_H
#include "iq.h"
#include "jabber.h"
@@ -111,5 +111,5 @@ G_END_DECLS
G_END_DECLS
-#endif /* JINGLE_SESSION_H */
+#endif /* PURPLE_JABBER_JINGLE_SESSION_H */
============================================================
--- libpurple/protocols/jabber/jingle/transport.h 85c2a521c3692842212ec03d20d8db085ffe1368
+++ libpurple/protocols/jabber/jingle/transport.h 4a9703315a4cabd1d30e46d977d3af64fa763886
@@ -18,8 +18,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
*/
-#ifndef JINGLE_TRANSPORT_H
-#define JINGLE_TRANSPORT_H
+#ifndef PURPLE_JABBER_JINGLE_TRANSPORT_H
+#define PURPLE_JABBER_JINGLE_TRANSPORT_H
#include <glib.h>
#include <glib-object.h>
@@ -84,5 +84,5 @@ G_END_DECLS
G_END_DECLS
-#endif /* JINGLE_TRANSPORT_H */
+#endif /* PURPLE_JABBER_JINGLE_TRANSPORT_H */
More information about the Commits
mailing list