From aa6847b94511728250333125c3dd9bec7b65759a Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Wed, 2 Jan 2013 09:24:59 -0500 Subject: rename class Pulse to PulseClient --- pulse.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'pulse.h') diff --git a/pulse.h b/pulse.h index 1e91352..9a61108 100644 --- a/pulse.h +++ b/pulse.h @@ -55,7 +55,7 @@ class Device { enum DeviceType Type() const { return type_; } private: - friend class Pulse; + friend class PulseClient; void update_volume(const pa_cvolume& newvol); @@ -83,7 +83,7 @@ class Card { const Profile& ActiveProfile() const { return active_profile_; } private: - friend class Pulse; + friend class PulseClient; uint32_t index_; string name_; @@ -110,10 +110,10 @@ struct Range { T max; }; -class Pulse { +class PulseClient { public: - Pulse(string client_name); - ~Pulse(); + PulseClient(string client_name); + ~PulseClient(); // Populates all known devices and cards. Any currently known // devices and cards are cleared before the new data is stored. -- cgit v1.2.3