#include <lltrustnet.h>
Inheritance diagram for LLTrustNetExplainRequest:
Public Member Functions | |
LLTrustNetExplainRequest (const LLUUID &id, const LLString &name) | |
virtual LLString | asString () |
Returns a string that contains the raw data to send to the adapter object. | |
Private Attributes | |
LLUUID | mID |
LLString | mName |
Definition at line 165 of file lltrustnet.h.
LLTrustNetExplainRequest::LLTrustNetExplainRequest | ( | const LLUUID & | id, | |
const LLString & | name | |||
) | [inline] |
Definition at line 168 of file lltrustnet.h.
virtual LLString LLTrustNetExplainRequest::asString | ( | ) | [inline, virtual] |
Returns a string that contains the raw data to send to the adapter object.
Reimplemented from LLTrustNetRequest.
Definition at line 169 of file lltrustnet.h.
References LLUUID::asString(), mID, and mName.
LLUUID LLTrustNetExplainRequest::mID [private] |
LLString LLTrustNetExplainRequest::mName [private] |