summaryrefslogtreecommitdiffstats
path: root/include/ucbhelper/simpleinteractionrequest.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-23 19:16:30 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-10-23 23:22:30 +0200
commitf20eef009438883ebc205c9cce3e4bac87256f29 (patch)
tree32389f88c3f799bda3dae69c2b870041707f3492 /include/ucbhelper/simpleinteractionrequest.hxx
parentfixincludeguards.sh: include/{toolkit,tools} (diff)
downloadcore-f20eef009438883ebc205c9cce3e4bac87256f29.tar.gz
core-f20eef009438883ebc205c9cce3e4bac87256f29.zip
fixincludeguards.sh: include/u*
Change-Id: I8a07ccb309490206a2edd36f2fe4d0e2c0982ea2
Diffstat (limited to 'include/ucbhelper/simpleinteractionrequest.hxx')
-rw-r--r--include/ucbhelper/simpleinteractionrequest.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/ucbhelper/simpleinteractionrequest.hxx b/include/ucbhelper/simpleinteractionrequest.hxx
index 746aaf284bd6..11ba26e94ccb 100644
--- a/include/ucbhelper/simpleinteractionrequest.hxx
+++ b/include/ucbhelper/simpleinteractionrequest.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _UCBHELPER_SIMPLEINTERACTIONREQUEST_HXX
-#define _UCBHELPER_SIMPLEINTERACTIONREQUEST_HXX
+#ifndef INCLUDED_UCBHELPER_SIMPLEINTERACTIONREQUEST_HXX
+#define INCLUDED_UCBHELPER_SIMPLEINTERACTIONREQUEST_HXX
#include <ucbhelper/interactionrequest.hxx>
#include "ucbhelper/ucbhelperdllapi.h"
@@ -85,6 +85,6 @@ public:
} // namespace ucbhelper
-#endif /* !_UCBHELPER_SIMPLEINTERACTIONREQUEST_HXX */
+#endif /* ! INCLUDED_UCBHELPER_SIMPLEINTERACTIONREQUEST_HXX */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */