sipproviderplugins/sipprovider/sipconnectionplugins/inc/sipconnpref.h
branchCompilerCompatibility
changeset 11 c1efdb9c339d
parent 0 307788aac0a8
equal deleted inserted replaced
8:27d173b4aadf 11:c1efdb9c339d
    57 	/** Sets the profile ID same as the prameter **/
    57 	/** Sets the profile ID same as the prameter **/
    58 	inline void 	SetProfileId(TUint32 aProfileId);
    58 	inline void 	SetProfileId(TUint32 aProfileId);
    59 	/** Gets the default profile ID  **/
    59 	/** Gets the default profile ID  **/
    60 	inline TUint32  GetProfileId() const;
    60 	inline TUint32  GetProfileId() const;
    61 	/** cast to appropriate SIP connection provider type  **/
    61 	/** cast to appropriate SIP connection provider type  **/
    62 	inline static TSipConnPref& TSipConnPref::Cast(const TConnPref& aPref);
    62 	inline static TSipConnPref& Cast(const TConnPref& aPref);
    63 	
    63 	
    64 protected:
    64 protected:
    65 	inline SSipConnPref* PrefPtr() const;
    65 	inline SSipConnPref* PrefPtr() const;
    66 
    66 
    67 	};
    67 	};