diff options
author | McCabe Maxsted | 2009-06-15 03:00:48 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-06-15 03:03:59 -0700 |
commit | 96741727e0d1dbb743fe9dcfff68d52b12617136 (patch) | |
tree | ddfcd81551f3a907875b9dd5cd6f7a0cc2a19b8f /linden/indra/llmedia/llmediaobserver.h | |
parent | Online/Offline notifications now always show in IM windows (diff) | |
download | meta-impy-96741727e0d1dbb743fe9dcfff68d52b12617136.zip meta-impy-96741727e0d1dbb743fe9dcfff68d52b12617136.tar.gz meta-impy-96741727e0d1dbb743fe9dcfff68d52b12617136.tar.bz2 meta-impy-96741727e0d1dbb743fe9dcfff68d52b12617136.tar.xz |
Applied Dale Glass' patch for VWR-12655: Add support for displaying the title of the song
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llmedia/llmediaobserver.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/llmedia/llmediaobserver.h b/linden/indra/llmedia/llmediaobserver.h index e6da4f6..97fed5f 100644 --- a/linden/indra/llmedia/llmediaobserver.h +++ b/linden/indra/llmedia/llmediaobserver.h | |||
@@ -102,6 +102,7 @@ class LLMediaObserver | |||
102 | virtual void onMediaSizeChange( const EventType& event_in ) { } | 102 | virtual void onMediaSizeChange( const EventType& event_in ) { } |
103 | virtual void onMediaContentsChange( const EventType& event_in ) { } | 103 | virtual void onMediaContentsChange( const EventType& event_in ) { } |
104 | virtual void onMediaStatusTextChange( const EventType& event_in ) { } | 104 | virtual void onMediaStatusTextChange( const EventType& event_in ) { } |
105 | virtual void onMediaTitleChange( const EventType &event_in ) { } | ||
105 | virtual void onNavigateBegin( const EventType& event_in ) { } | 106 | virtual void onNavigateBegin( const EventType& event_in ) { } |
106 | virtual void onNavigateComplete( const EventType& event_in ) { } | 107 | virtual void onNavigateComplete( const EventType& event_in ) { } |
107 | virtual void onUpdateProgress( const EventType& event_in ) { } | 108 | virtual void onUpdateProgress( const EventType& event_in ) { } |