diff options
author | Jacek Antonelli | 2008-08-15 23:45:30 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:30 -0500 |
commit | 6fa6022a3f6d5bf71d97a59ec89929575f2ffd11 (patch) | |
tree | 3d1f89612dab6f8a8089ccac8cfeb6372f6fad8c /linden/indra/newview/llpanelgroupvoting.h | |
parent | Second Life viewer sources 1.19.0.2 (diff) | |
download | meta-impy-6fa6022a3f6d5bf71d97a59ec89929575f2ffd11.zip meta-impy-6fa6022a3f6d5bf71d97a59ec89929575f2ffd11.tar.gz meta-impy-6fa6022a3f6d5bf71d97a59ec89929575f2ffd11.tar.bz2 meta-impy-6fa6022a3f6d5bf71d97a59ec89929575f2ffd11.tar.xz |
Second Life viewer sources 1.19.0.3
Diffstat (limited to 'linden/indra/newview/llpanelgroupvoting.h')
-rw-r--r-- | linden/indra/newview/llpanelgroupvoting.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/linden/indra/newview/llpanelgroupvoting.h b/linden/indra/newview/llpanelgroupvoting.h index 3d56f69..05f53b5 100644 --- a/linden/indra/newview/llpanelgroupvoting.h +++ b/linden/indra/newview/llpanelgroupvoting.h | |||
@@ -55,7 +55,12 @@ public: | |||
55 | virtual bool needsApply(LLString& mesg); | 55 | virtual bool needsApply(LLString& mesg); |
56 | virtual bool apply(LLString& mesg); | 56 | virtual bool apply(LLString& mesg); |
57 | virtual void update(LLGroupChange gc); | 57 | virtual void update(LLGroupChange gc); |
58 | static void handleResponse(void *userdata, ResponseType response, bool succes=true); | 58 | static void handleResponse( |
59 | const LLUUID& group_id, | ||
60 | ResponseType response, | ||
61 | bool succes=true); | ||
62 | static void handleFailure( const LLUUID& group_id); | ||
63 | |||
59 | protected: | 64 | protected: |
60 | class impl; | 65 | class impl; |
61 | impl* mImpl; | 66 | impl* mImpl; |