added component() member

[SVN r28964]
This commit is contained in:
Jonathan Turkanis
2005-05-16 16:34:27 +00:00
parent 2ded05784e
commit 2853b85ce2

View File

@@ -117,6 +117,7 @@ public:
bool strict_sync() { return this->member.strict_sync(); }
Device& operator*() { return *this->member; }
Device* operator->() { return &*this->member; }
Device* component() { return this->member.component(); }
private:
void open_impl(const Device& dev BOOST_IOSTREAMS_PUSH_PARAMS()) // For forwarding.
{