#include <lltransfersourcefile.h>


Public Member Functions | |
| LLTransferSourceParamsFile () | |
| virtual | ~LLTransferSourceParamsFile () |
| void | packParams (LLDataPacker &dp) const |
| BOOL | unpackParams (LLDataPacker &dp) |
| void | setFilename (const LLString &filename) |
| std::string | getFilename () const |
| void | setDeleteOnCompletion (BOOL enabled) |
| BOOL | getDeleteOnCompletion () |
Protected Attributes | |
| std::string | mFilename |
| BOOL | mDeleteOnCompletion |
Definition at line 37 of file lltransfersourcefile.h.
| LLTransferSourceParamsFile::LLTransferSourceParamsFile | ( | ) |
Definition at line 156 of file lltransfersourcefile.cpp.
| virtual LLTransferSourceParamsFile::~LLTransferSourceParamsFile | ( | ) | [inline, virtual] |
Definition at line 41 of file lltransfersourcefile.h.
| void LLTransferSourceParamsFile::packParams | ( | LLDataPacker & | dp | ) | const [virtual] |
Implements LLTransferSourceParams.
Definition at line 163 of file lltransfersourcefile.cpp.
References mDeleteOnCompletion, mFilename, LLDataPacker::packString(), and LLDataPacker::packU8().
Referenced by LLTransferSourceFile::packParams().


| BOOL LLTransferSourceParamsFile::unpackParams | ( | LLDataPacker & | dp | ) | [virtual] |
Implements LLTransferSourceParams.
Definition at line 170 of file lltransfersourcefile.cpp.
References llendl, llinfos, mDeleteOnCompletion, mFilename, TRUE, LLDataPacker::unpackString(), and LLDataPacker::unpackU8().
Referenced by LLTransferSourceFile::unpackParams().


| void LLTransferSourceParamsFile::setFilename | ( | const LLString & | filename | ) | [inline] |
| std::string LLTransferSourceParamsFile::getFilename | ( | ) | const [inline] |
Definition at line 46 of file lltransfersourcefile.h.
References mFilename.
Referenced by LLTransferSourceFile::completionCallback(), and LLTransferSourceFile::initTransfer().

| void LLTransferSourceParamsFile::setDeleteOnCompletion | ( | BOOL | enabled | ) | [inline] |
| BOOL LLTransferSourceParamsFile::getDeleteOnCompletion | ( | ) | [inline] |
Definition at line 49 of file lltransfersourcefile.h.
References mDeleteOnCompletion.
Referenced by LLTransferSourceFile::completionCallback().

std::string LLTransferSourceParamsFile::mFilename [protected] |
Definition at line 51 of file lltransfersourcefile.h.
Referenced by getFilename(), packParams(), setFilename(), and unpackParams().
BOOL LLTransferSourceParamsFile::mDeleteOnCompletion [protected] |
Definition at line 53 of file lltransfersourcefile.h.
Referenced by getDeleteOnCompletion(), packParams(), setDeleteOnCompletion(), and unpackParams().
1.5.5