Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 594674
Collapse All | Expand All

(-)xboxdrv-linux-0.8.8/src/controller_slot.cpp.old (-1 / +1 lines)
Lines 67-75 ControllerSlot::disconnect() Link Here
67
}
67
}
68
68
69
bool
69
bool
70
ControllerSlot::is_connected() const
70
ControllerSlot::is_connected() const
71
{
71
{
72
  return m_thread;
72
  return (bool) m_thread;
73
}
73
}
74
74
75
/* EOF */
75
/* EOF */

Return to bug 594674