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.
_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit