~ubuntu-branches/ubuntu/utopic/mir/utopic-proposed

« back to all changes in this revision

Viewing changes to include/platform/mir/udev/wrapper.h

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release
  • Date: 2014-03-10 19:28:46 UTC
  • mto: This revision was merged to the branch mainline in revision 63.
  • Revision ID: package-import@ubuntu.com-20140310192846-rq9qm3ec26yrelo2
Tags: upstream-0.1.6+14.04.20140310
ImportĀ upstreamĀ versionĀ 0.1.6+14.04.20140310

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
        bool operator!=(iterator const& rhs) const;
94
94
 
95
95
        Device const& operator*() const;
96
 
 
 
96
        Device const* operator->() const;
97
97
    private:
98
98
        friend class Enumerator;
99
99
 
135
135
    void enable(void);
136
136
    int fd(void) const;
137
137
 
 
138
    void filter_by_subsystem(std::string const& subsystem);
138
139
    void filter_by_subsystem_and_type(std::string const& subsystem, std::string const& devtype);
139
140
 
140
141
    void process_events(std::function<void(EventType, Device const&)> const& handler) const;