# HG changeset patch # User Dremov Kirill (Nokia-D-MSW/Tampere) # Date 1265061958 -7200 # Node ID 255dd6e7afb678efcbc949247a64cdba5fe8f614 # Parent 53c80e845d7c33f48aa711238ac0406629e40aae Revision: v2.1.10 Kit: 201005 diff -r 53c80e845d7c -r 255dd6e7afb6 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