#include <lltrustnet.h>
Inheritance diagram for LLTrustNetScoreRequest:
Public Member Functions | |
LLTrustNetScoreRequest (const LLUUID &id, const LLString &name, const LLString &type="behavior") | |
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 |
Definition at line 133 of file lltrustnet.h.
LLTrustNetScoreRequest::LLTrustNetScoreRequest | ( | const LLUUID & | id, | |
const LLString & | name, | |||
const LLString & | type = "behavior" | |||
) | [inline] |
Definition at line 136 of file lltrustnet.h.
LLString LLTrustNetScoreRequest::asString | ( | ) | [virtual] |
Returns a string that contains the raw data to send to the adapter object.
Reimplemented from LLTrustNetRequest.
Definition at line 40 of file lltrustnet.cpp.
References LLUUID::asString(), llendl, llinfos, mID, mName, and mType.
LLUUID LLTrustNetScoreRequest::mID [private] |
LLString LLTrustNetScoreRequest::mName [private] |
LLString LLTrustNetScoreRequest::mType [private] |