diff options
author | Jay Threeth | 2011-04-02 18:56:23 -0700 |
---|---|---|
committer | Jay Threeth | 2011-04-02 18:56:23 -0700 |
commit | 93cdc938be59db040fa2eb26c478d2328c34da7b (patch) | |
tree | f4f25b9c7343787fe0bb2b3c39efd1362763b376 /linden/indra/newview/llfirstuse.h | |
parent | Merge branch 'exp' of github.com:onefang/meta-impy into libotr (diff) | |
download | meta-impy-93cdc938be59db040fa2eb26c478d2328c34da7b.zip meta-impy-93cdc938be59db040fa2eb26c478d2328c34da7b.tar.gz meta-impy-93cdc938be59db040fa2eb26c478d2328c34da7b.tar.bz2 meta-impy-93cdc938be59db040fa2eb26c478d2328c34da7b.tar.xz |
checkpoint, non functional
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llfirstuse.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linden/indra/newview/llfirstuse.h b/linden/indra/newview/llfirstuse.h index 8c2ca35..c7a3634 100644 --- a/linden/indra/newview/llfirstuse.h +++ b/linden/indra/newview/llfirstuse.h | |||
@@ -115,6 +115,10 @@ public: | |||
115 | static void useLoginScreen(); | 115 | static void useLoginScreen(); |
116 | static void callbackClientTags(const LLSD& notification, const LLSD& response); | 116 | static void callbackClientTags(const LLSD& notification, const LLSD& response); |
117 | static void ClientTags(); | 117 | static void ClientTags(); |
118 | #if USE_OTR // [$PLOTR$] | ||
119 | static void callbackEmeraldOTR(const LLSD& notification, const LLSD& response); | ||
120 | static void EmeraldOTR(); | ||
121 | #endif // USE_OTR // [/$PLOTR$] | ||
118 | static void voiceLicenseAgreement(); | 122 | static void voiceLicenseAgreement(); |
119 | static void callbackPrivacy(const LLSD& notification, const LLSD& response); | 123 | static void callbackPrivacy(const LLSD& notification, const LLSD& response); |
120 | static void Privacy(); | 124 | static void Privacy(); |