Searched refs:srcContentType (Results 1 – 2 of 2) sorted by relevance
29 MmsContentType::MmsContentType(const MmsContentType &srcContentType) in MmsContentType() argument31 contentType_ = srcContentType.contentType_; in MmsContentType()32 msgContentParm_ = srcContentType.msgContentParm_; in MmsContentType()35 MmsContentType &MmsContentType::operator=(const MmsContentType &srcContentType) in operator =() argument37 if (this != &srcContentType) { in operator =()38 contentType_ = srcContentType.contentType_; in operator =()39 msgContentParm_ = srcContentType.msgContentParm_; in operator =()
210 MmsContentType(const MmsContentType &srcContentType);211 MmsContentType& operator=(const MmsContentType& srcContentType);