summaryrefslogtreecommitdiff
path: root/xmpp/saslhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'xmpp/saslhandler.h')
-rw-r--r--xmpp/saslhandler.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmpp/saslhandler.h b/xmpp/saslhandler.h
index bead8aa..a4a73e4 100644
--- a/xmpp/saslhandler.h
+++ b/xmpp/saslhandler.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_