[haiku-commits] r39023 - haiku/trunk/src/kits/device

  • From: philippe.houdoin@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Wed, 20 Oct 2010 17:33:21 +0200 (CEST)

Author: phoudoin
Date: 2010-10-20 17:33:21 +0200 (Wed, 20 Oct 2010)
New Revision: 39023
Changeset: http://dev.haiku-os.org/changeset/39023

Modified:
   haiku/trunk/src/kits/device/USBRoster.cpp
Log:
Give a better name than the default "user thread" to BUSBRoster's based looper.


Modified: haiku/trunk/src/kits/device/USBRoster.cpp
===================================================================
--- haiku/trunk/src/kits/device/USBRoster.cpp   2010-10-20 13:24:39 UTC (rev 
39022)
+++ haiku/trunk/src/kits/device/USBRoster.cpp   2010-10-20 15:33:21 UTC (rev 
39023)
@@ -183,7 +183,8 @@
 
 
 RosterLooper::RosterLooper(BUSBRoster *roster)
-       :       fRoster(roster),
+       :       BLooper("BUSBRoster looper"),
+               fRoster(roster),
                fRoot(NULL),
                fMessenger(NULL)
 {


Other related posts:

  • » [haiku-commits] r39023 - haiku/trunk/src/kits/device - philippe . houdoin