From 888057cb5c2b7a349c69ccaf22714a43f0e75430 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Fri, 18 Apr 2014 18:41:08 +0200 Subject: fixincludeguards.sh: connectivity --- connectivity/source/inc/java/ContextClassLoader.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'connectivity/source/inc/java/ContextClassLoader.hxx') diff --git a/connectivity/source/inc/java/ContextClassLoader.hxx b/connectivity/source/inc/java/ContextClassLoader.hxx index 4f6bb57745e0..6384507264bd 100644 --- a/connectivity/source/inc/java/ContextClassLoader.hxx +++ b/connectivity/source/inc/java/ContextClassLoader.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef CONNECTIVITY_CONTEXTCLASSLOADER_HXX -#define CONNECTIVITY_CONTEXTCLASSLOADER_HXX +#ifndef INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_CONTEXTCLASSLOADER_HXX +#define INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_CONTEXTCLASSLOADER_HXX #include "java/GlobalRef.hxx" @@ -89,6 +89,6 @@ namespace connectivity { namespace jdbc } } // namespace connectivity::jdbc -#endif // CONNECTIVITY_CONTEXTCLASSLOADER_HXX +#endif // INCLUDED_CONNECTIVITY_SOURCE_INC_JAVA_CONTEXTCLASSLOADER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit