From 92d6091538559e17f29a36b022ced7d781f469cb Mon Sep 17 00:00:00 2001 From: prep Date: Wed, 26 Oct 2011 10:28:58 -0400 Subject: Simple menu hook testing --- indra/newview/llviewermenufile.cpp | 20 ++++++++++++++++++++ indra/newview/skins/default/xui/en/menu_viewer.xml | 8 ++++++++ 2 files changed, 28 insertions(+) (limited to 'indra') diff --git a/indra/newview/llviewermenufile.cpp b/indra/newview/llviewermenufile.cpp index b9293b3b31..ec4562d31a 100644 --- a/indra/newview/llviewermenufile.cpp +++ b/indra/newview/llviewermenufile.cpp @@ -78,6 +78,24 @@ // system libraries #include +class LLBuildNavMesh : public view_listener_t +{ + bool handleEvent(const LLSD& userdata) + { + bool result = true; + return result; + } +}; + +class LLFileUploadNavMesh : public view_listener_t +{ + bool handleEvent(const LLSD& userdata) + { + llinfos<<"ok"< + + +