示例#1
0
 BINLINE void BContentStream::copyProperties(const PContentStream& rhs) {
   if (rhs) {
     contentType = rhs->getContentType();
     contentLength = rhs->getContentLength();
     fileName = rhs->getFileName();
     attachmentCode = rhs->getAttachmentCode();
     targetId = rhs->getTargetId();
   }
 }