gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r11237: Log unimplemented ContextMen


From: Sandro Santilli
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11237: Log unimplemented ContextMenu methods only once
Date: Thu, 09 Jul 2009 11:34:12 +0200
User-agent: Bazaar (1.13.1)

------------------------------------------------------------
revno: 11237
committer: Sandro Santilli <address@hidden>
branch nick: trunk
timestamp: Thu 2009-07-09 11:34:12 +0200
message:
  Log unimplemented ContextMenu methods only once
modified:
  libcore/asobj/flash/ui/ContextMenu_as.cpp
=== modified file 'libcore/asobj/flash/ui/ContextMenu_as.cpp'
--- a/libcore/asobj/flash/ui/ContextMenu_as.cpp 2009-06-09 19:24:40 +0000
+++ b/libcore/asobj/flash/ui/ContextMenu_as.cpp 2009-07-09 09:34:12 +0000
@@ -145,7 +145,7 @@
 {
        boost::intrusive_ptr<ContextMenu_as> ptr = 
ensureType<ContextMenu_as>(fn.this_ptr);
        UNUSED(ptr);
-       log_unimpl (__FUNCTION__);
+       LOG_ONCE( log_unimpl (__FUNCTION__) );
        return as_value();
 }
 
@@ -155,7 +155,7 @@
 {
        boost::intrusive_ptr<ContextMenu_as> ptr = 
ensureType<ContextMenu_as>(fn.this_ptr);
        UNUSED(ptr);
-       log_unimpl (__FUNCTION__);
+       LOG_ONCE( log_unimpl (__FUNCTION__) );
        return as_value();
 }
 
@@ -232,7 +232,7 @@
     boost::intrusive_ptr<ContextMenu_as> ptr =
         ensureType<ContextMenu_as>(fn.this_ptr);
     UNUSED(ptr);
-    log_unimpl (__FUNCTION__);
+    LOG_ONCE( log_unimpl (__FUNCTION__) );
     return as_value();
 }
 
@@ -242,7 +242,7 @@
     boost::intrusive_ptr<ContextMenu_as> ptr =
         ensureType<ContextMenu_as>(fn.this_ptr);
     UNUSED(ptr);
-    log_unimpl (__FUNCTION__);
+    LOG_ONCE( log_unimpl (__FUNCTION__) );
     return as_value();
 }
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]