summaryrefslogtreecommitdiff
path: root/idlc/inc/idlc/astinterfacemember.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-18 22:32:17 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-19 11:10:12 +0200
commitc12bc7f8949b6eda629ad48218c7cc19f8f767ee (patch)
treeb142edef5bc41896cc749a5531c3487cf3b6c8d1 /idlc/inc/idlc/astinterfacemember.hxx
parent72a416bef846a5e0e6b2814db963082d338c41f3 (diff)
fixincludeguards.sh: idl and idlc
Change-Id: I665e901eb6f65308b8f130da1c6da95bc3255490
Diffstat (limited to 'idlc/inc/idlc/astinterfacemember.hxx')
-rw-r--r--idlc/inc/idlc/astinterfacemember.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/idlc/inc/idlc/astinterfacemember.hxx b/idlc/inc/idlc/astinterfacemember.hxx
index 5047a2432cfe..faaba11b939d 100644
--- a/idlc/inc/idlc/astinterfacemember.hxx
+++ b/idlc/inc/idlc/astinterfacemember.hxx
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _IDLC_ASTINTERFACEMEMBER_HXX_
-#define _IDLC_ASTINTERFACEMEMBER_HXX_
+#ifndef INCLUDED_IDLC_INC_IDLC_ASTINTERFACEMEMBER_HXX
+#define INCLUDED_IDLC_INC_IDLC_ASTINTERFACEMEMBER_HXX
#include <idlc/astinterface.hxx>
@@ -41,6 +41,6 @@ private:
AstInterface* m_pRealInterface;
};
-#endif // _IDLC_ASTINTERFACEMEMBER_HXX_
+#endif // INCLUDED_IDLC_INC_IDLC_ASTINTERFACEMEMBER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */