javauis/m2g_qt/inc/M2GNamespace.h
changeset 87 1627c337e51e
parent 56 abc41079b313
--- a/javauis/m2g_qt/inc/M2GNamespace.h	Fri Oct 15 12:29:39 2010 +0300
+++ b/javauis/m2g_qt/inc/M2GNamespace.h	Fri Oct 29 11:49:32 2010 +0300
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2005-2006 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of "Eclipse Public License v1.0"
@@ -27,7 +27,8 @@
 #ifndef M2G_NO_NAMESPACE_SWITCH
 #define M2G_NS_ /**/ m2g_namespace
 #define M2G_NS_START  /**/ namespace M2G_NS_ {
-#define M2G_NS_END /**/ }
+#define M2G_NS_END /**/
+}
 #define M2G_NS(X) /**/ ::M2G_NS_::X
 #define USING_WHOLE_M2G_NS /**/ using namespace ::M2G_NS_;
 #define USING_M2G_NS(X) /**/ using ::M2G_NS_::X;