Revision: v2.1.10 PDK_3.0.g
authorDremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 02 Feb 2010 00:05:58 +0200
changeset 3 255dd6e7afb6
parent 1 53c80e845d7c
child 7 9d598f7f02da
child 9 3b04987a4caf
child 17 21d7bcfe70dc
Revision: v2.1.10 Kit: 201005
jrt_plat/java_registry_api/inc/appversion.inl
--- a/jrt_plat/java_registry_api/inc/appversion.inl	Mon Jan 18 20:12:00 2010 +0200
+++ b/jrt_plat/java_registry_api/inc/appversion.inl	Tue Feb 02 00:05:58 2010 +0200
@@ -15,9 +15,6 @@
 *
 */
 
-#ifndef TAPPVERSIONINL_H
-#define TAPPVERSIONINL_H
-
 TAppVersion::TAppVersion()
         : iMajor(0), iMinor(0), iBuild(0)
 {
@@ -73,7 +70,3 @@
 {
     return !(*this < aAppVersion);
 }
-
-#endif // TAPPVERSIONINL_H
-
-//End of File