gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/utilities dumpshm.cpp


From: Rob Savoye
Subject: [Gnash-commit] gnash/utilities dumpshm.cpp
Date: Sun, 30 Dec 2007 16:23:28 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Rob Savoye <rsavoye>    07/12/30 16:23:28

Modified files:
        utilities      : dumpshm.cpp 

Log message:
        Ifdef out Listener code while I refactor it. This lets builds still 
work.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/utilities/dumpshm.cpp?cvsroot=gnash&r1=1.17&r2=1.18

Patches:
Index: dumpshm.cpp
===================================================================
RCS file: /sources/gnash/gnash/utilities/dumpshm.cpp,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -b -r1.17 -r1.18
--- dumpshm.cpp 30 Dec 2007 05:23:38 -0000      1.17
+++ dumpshm.cpp 30 Dec 2007 16:23:28 -0000      1.18
@@ -354,7 +354,8 @@
        return;
     }
     
-    Listener list(shmaddr);
+#if 0
+    Listener list(reinterpret_cast<boost::uint8_t *>(shmaddr));
     vector<string>::const_iterator it;
     vector<string> *listeners = list.listListeners();
     if (listeners->size() == 0) {
@@ -368,6 +369,7 @@
            }
         }
     }
+#endif
 
     cout << "There are " << total << " Listeners listening" << endl; 
     // If the -c convert options was specified, dump the memory segment to 
disk.




reply via email to

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