summaryrefslogtreecommitdiff
path: root/indra/newview/llimview.h
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2009-11-11 16:59:49 +0000
committerTofu Linden <tofu.linden@lindenlab.com>2009-11-11 16:59:49 +0000
commit0d01300762a8413c3b137e433ee4c02070798792 (patch)
tree767899c643147b291a888ea69e7cb6d709300a29 /indra/newview/llimview.h
parent71fd3852b026ab98438ce87be89c98944a76b8a5 (diff)
sketch-out the outgoing call dialog code. WIP.
Diffstat (limited to 'indra/newview/llimview.h')
-rw-r--r--indra/newview/llimview.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/indra/newview/llimview.h b/indra/newview/llimview.h
index c566b111ca..942a8f96d0 100644
--- a/indra/newview/llimview.h
+++ b/indra/newview/llimview.h
@@ -418,6 +418,19 @@ private:
LLSD mPayload;
};
+class LLOutgoingCallDialog : public LLModalDialog
+{
+public:
+ LLOutgoingCallDialog(const LLSD& payload);
+
+ /*virtual*/ BOOL postBuild();
+
+private:
+ void processCallResponse(S32 response);
+
+ LLSD mPayload;
+};
+
// Globals
extern LLIMMgr *gIMMgr;