gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/server shm.cpp


From: Rob Savoye
Subject: [Gnash-commit] gnash/server shm.cpp
Date: Thu, 09 Feb 2006 03:34:01 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Branch:         
Changes by:     Rob Savoye <address@hidden>     06/02/09 03:34:01

Modified files:
        server         : shm.cpp 

Log message:
        * server/shm.cpp (exists): Move to be within the ENABLE_TESTING
        block.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/gnash/server/shm.cpp.diff?tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: gnash/server/shm.cpp
diff -u gnash/server/shm.cpp:1.1 gnash/server/shm.cpp:1.2
--- gnash/server/shm.cpp:1.1    Sun Feb  5 05:42:02 2006
+++ gnash/server/shm.cpp        Thu Feb  9 03:34:01 2006
@@ -318,6 +318,7 @@
     return true;    
 }
 
+#ifdef ENABLE_TESTING
 bool
 Shm::exists()
 {
@@ -357,7 +358,6 @@
     return false;
 }
 
-#ifdef ENABLE_TESTING
 // These are the callbacks used to define custom methods for our AS
 // classes. This way we can examine the private data after calling a
 // method to see if it worked correctly.




reply via email to

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