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

(-)/var/tmp/portage/media-sound/strawberry-1.0.23/work/strawberry-1.0.23/src/engine/enginebase.h.orig (-1 / +1 lines)
Lines 183-189 Link Here
183
183
184
  // Signals that the engine's state has changed (a stream was stopped for example).
184
  // Signals that the engine's state has changed (a stream was stopped for example).
185
  // Always use the state from event, because it's not guaranteed that immediate subsequent call to state() won't return a stale value.
185
  // Always use the state from event, because it's not guaranteed that immediate subsequent call to state() won't return a stale value.
186
  void StateChanged(const State state);
186
  void StateChanged(const EngineBase::State state);
187
187
188
  void VolumeChanged(const uint volume);
188
  void VolumeChanged(const uint volume);
189
189

Return to bug 915020