browserutilities/connectionmanager/Src/Idpair.cpp
branchRCL_3
changeset 48 79859ed3eea9
parent 25 0ed94ceaa377
child 49 919f36ff910f
equal deleted inserted replaced
47:e1bea15f9a39 48:79859ed3eea9
    19 */
    19 */
    20 
    20 
    21 
    21 
    22 //User Includes
    22 //User Includes
    23 #include <e32std.h>
    23 #include <e32std.h>
    24 #include "idpair.h"
    24 #include "IdPair.h"
    25 //TIdPair
    25 //TIdPair
    26 EXPORT_C TIdPair::TIdPair( TUint32 aFirstPreference, TUint32 aSecondPreference ): 
    26 EXPORT_C TIdPair::TIdPair( TUint32 aFirstPreference, TUint32 aSecondPreference ): 
    27 	iFirstPreference( aFirstPreference), iSecondPreference( aSecondPreference )
    27 	iFirstPreference( aFirstPreference), iSecondPreference( aSecondPreference )
    28 	{
    28 	{
    29 	}
    29 	}