ipcm_pub/connection_settings_api/inc/cmdefconnvalues.h
branchCompilerCompatibility
changeset 14 7958d42f9d1a
parent 0 5a93021fdf25
equal deleted inserted replaced
11:c32fb9f4b91e 14:7958d42f9d1a
    54     TUint iId;
    54     TUint iId;
    55     // -----------------------------------------------------------------------------
    55     // -----------------------------------------------------------------------------
    56     // TCmDefConnValue::operator==
    56     // TCmDefConnValue::operator==
    57     // -----------------------------------------------------------------------------
    57     // -----------------------------------------------------------------------------
    58     //
    58     //
    59     inline TBool TCmDefConnValue::operator==( TCmDefConnValue& aDCSettingSelection ) const
    59     inline TBool operator==( TCmDefConnValue& aDCSettingSelection ) const
    60         {
    60         {
    61         return ( (iType == aDCSettingSelection.iType) && ( iId == aDCSettingSelection.iId ) );
    61         return ( (iType == aDCSettingSelection.iType) && ( iId == aDCSettingSelection.iId ) );
    62         };
    62         };
    63 
    63 
    64     // -----------------------------------------------------------------------------
    64     // -----------------------------------------------------------------------------
    65     // TCmDefConnValue::operator!=
    65     // TCmDefConnValue::operator!=
    66     // -----------------------------------------------------------------------------
    66     // -----------------------------------------------------------------------------
    67     //
    67     //
    68     inline TBool TCmDefConnValue::operator!=( TCmDefConnValue& aDCSettingSelection ) const
    68     inline TBool operator!=( TCmDefConnValue& aDCSettingSelection ) const
    69         {
    69         {
    70         return (!( (iType == aDCSettingSelection.iType) && ( iId == aDCSettingSelection.iId ) ));
    70         return (!( (iType == aDCSettingSelection.iType) && ( iId == aDCSettingSelection.iId ) ));
    71         };     
    71         };     
    72     };    
    72     };    
    73 #endif // C_CMDEFCONNVALUES_H
    73 #endif // C_CMDEFCONNVALUES_H