r3310 - trunk/libmutil/source

erik at minisip.org erik at minisip.org
Wed Jun 13 19:42:32 CEST 2007


Author: erik
Date: 2007-06-13 19:42:32 +0200 (Wed, 13 Jun 2007)
New Revision: 3310

Modified:
   trunk/libmutil/source/dbg.cxx
Log:

 * Forgot the .cxx in the last commit.



Modified: trunk/libmutil/source/dbg.cxx
===================================================================
--- trunk/libmutil/source/dbg.cxx	2007-06-13 17:28:07 UTC (rev 3309)
+++ trunk/libmutil/source/dbg.cxx	2007-06-13 17:42:32 UTC (rev 3310)
@@ -64,6 +64,10 @@
 	setLock=NULL;
 }
 
+void Dbg::setPrintStreamName(bool b){
+	printName=b;
+}
+
 void Dbg::setEnabled(bool e){
 	enabled = e;
 }



More information about the Minisip-devel mailing list