aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/lightshare.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/lightshare.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/linden/indra/newview/lightshare.h b/linden/indra/newview/lightshare.h
index f179458..e3cccf0 100644
--- a/linden/indra/newview/lightshare.h
+++ b/linden/indra/newview/lightshare.h
@@ -47,6 +47,14 @@ class WindlightMessage
47{ 47{
48 public: 48 public:
49 49
50 // The meanings of the LightShareAllowed user setting.
51 enum LIGHTSHARE_ALLOWED
52 {
53 LIGHTSHARE_NEVER = 0,
54 LIGHTSHARE_ASK = 1,
55 LIGHTSHARE_ALWAYS = 2,
56 };
57
50 // Constructs a new WindlightMessage instance from a GenericMessage 58 // Constructs a new WindlightMessage instance from a GenericMessage
51 // with the "Windlight" method, such as those sent by a 59 // with the "Windlight" method, such as those sent by a
52 // Lightshare-enabled OpenSim region. 60 // Lightshare-enabled OpenSim region.