summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/webdav-neon/DAVSession.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/webdav-neon/DAVSession.hxx')
-rw-r--r--ucb/source/ucp/webdav-neon/DAVSession.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/ucb/source/ucp/webdav-neon/DAVSession.hxx b/ucb/source/ucp/webdav-neon/DAVSession.hxx
index 5065a01d5092..1c8864ad019e 100644
--- a/ucb/source/ucp/webdav-neon/DAVSession.hxx
+++ b/ucb/source/ucp/webdav-neon/DAVSession.hxx
@@ -26,8 +26,8 @@
*
************************************************************************/
-#ifndef _DAVSESSION_HXX_
-#define _DAVSESSION_HXX_
+#ifndef INCLUDED_UCB_SOURCE_UCP_WEBDAV_NEON_DAVSESSION_HXX
+#define INCLUDED_UCB_SOURCE_UCP_WEBDAV_NEON_DAVSESSION_HXX
#include <config_lgpl.h>
#include <memory>
@@ -220,6 +220,6 @@ private:
} // namespace webdav_ucp
-#endif // _DAVSESSION_HXX_
+#endif // INCLUDED_UCB_SOURCE_UCP_WEBDAV_NEON_DAVSESSION_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */