Update of /cvsroot/mahogany/M/src/gui
In directory sc8-pr-cvs1:/tmp/cvs-serv4223/src/gui
Modified Files:
wxComposeView.cpp
Log Message:
added dbg macro for EditorContentPart
Index: wxComposeView.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxComposeView.cpp,v
retrieving revision 1.347
retrieving revision 1.348
diff -b -u -2 -r1.347 -r1.348
--- wxComposeView.cpp 1 Oct 2003 00:35:13 -0000 1.347
+++ wxComposeView.cpp 1 Oct 2003 22:59:12 -0000 1.348
@@ -908,4 +908,18 @@
}
+#ifdef DEBUG
+
+String EditorContentPart::DebugDump() const
+{
+ String s = MObjectRC::DebugDump();
+
+ s << _T("name = \"") << m_Name
+ << _T("\", filename = \"") << m_FileName << _T('"');
+
+ return s;
+}
+
+#endif // DEBUG
+
// ----------------------------------------------------------------------------
// wxRcptControl
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates