#include <map>
Include dependency graph for llviewercommunication.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | LLViewerCircuit |
Viewer/LSL script communication circuit This object describes a connection between the viewer and an object. More... | |
class | LLViewerExtension |
Viewer extension class Describes a Second Life viewer extension. More... | |
class | LLViewerCommunication |
Implements viewer/object communication This object manages the process by registering extensions and handling parsing of the protocol. More... | |
Typedefs | |
typedef void(*) | viewer_extension_callback_t (LLString &data, LLViewerCircuit &circuit, void *user_data) |
Variables | |
LLViewerCommunication * | gViewerCommunication |
typedef void(*) viewer_extension_callback_t(LLString &data, LLViewerCircuit &circuit, void *user_data) |
Definition at line 65 of file llviewercommunication.h.
Definition at line 53 of file llviewercommunication.cpp.
Referenced by idle_startup(), LLFloaterNetwork2080::LLFloaterNetwork2080(), LLTrustNet::LLTrustNet(), process_chat_from_simulator(), and process_improved_im().