jrt_plat/java_registry_api/inc/appversion.inl
changeset 3 255dd6e7afb6
parent 1 53c80e845d7c
child 11 0fdfe802150c
equal deleted inserted replaced
1:53c80e845d7c 3:255dd6e7afb6
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description: Java Registy API header file
    14 * Description: Java Registy API header file
    15 *
    15 *
    16 */
    16 */
    17 
       
    18 #ifndef TAPPVERSIONINL_H
       
    19 #define TAPPVERSIONINL_H
       
    20 
    17 
    21 TAppVersion::TAppVersion()
    18 TAppVersion::TAppVersion()
    22         : iMajor(0), iMinor(0), iBuild(0)
    19         : iMajor(0), iMinor(0), iBuild(0)
    23 {
    20 {
    24 }
    21 }
    71 
    68 
    72 TBool TAppVersion::operator >=(const TAppVersion& aAppVersion) const
    69 TBool TAppVersion::operator >=(const TAppVersion& aAppVersion) const
    73 {
    70 {
    74     return !(*this < aAppVersion);
    71     return !(*this < aAppVersion);
    75 }
    72 }
    76 
       
    77 #endif // TAPPVERSIONINL_H
       
    78 
       
    79 //End of File