#include <lltrustnet.h>
Inheritance diagram for LLTrustNetRateRequest:
Public Member Functions | |
LLTrustNetRateRequest (const LLUUID &id, const LLString &name, const LLString &type="behavior", U32 score=0, const LLString &comment="") | |
virtual LLString | asString () |
Returns a string that contains the raw data to send to the adapter object. | |
Private Attributes | |
LLUUID | mID |
LLString | mName |
LLString | mType |
U32 | mScore |
LLString | mComment |
Definition at line 147 of file lltrustnet.h.
LLTrustNetRateRequest::LLTrustNetRateRequest | ( | const LLUUID & | id, | |
const LLString & | name, | |||
const LLString & | type = "behavior" , |
|||
U32 | score = 0 , |
|||
const LLString & | comment = "" | |||
) | [inline] |
Definition at line 150 of file lltrustnet.h.
LLString LLTrustNetRateRequest::asString | ( | ) | [virtual] |
Returns a string that contains the raw data to send to the adapter object.
Reimplemented from LLTrustNetRequest.
Definition at line 46 of file lltrustnet.cpp.
References LLUUID::asString(), llendl, llinfos, mComment, mID, mName, mScore, and mType.
LLString LLTrustNetRateRequest::mComment [private] |
LLUUID LLTrustNetRateRequest::mID [private] |
LLString LLTrustNetRateRequest::mName [private] |
U32 LLTrustNetRateRequest::mScore [private] |
LLString LLTrustNetRateRequest::mType [private] |