RemotePlugin: made lock() and unlock() methods public
Made RemotePlugin::lock() and RemotePlugin::unlock() public allowing to use RemotePlugin class without subclassing it.
This commit is contained in:
@@ -718,8 +718,6 @@ public:
|
||||
return m_failed;
|
||||
}
|
||||
|
||||
|
||||
protected:
|
||||
inline void lock( void )
|
||||
{
|
||||
if( !isInvalid() )
|
||||
@@ -736,6 +734,8 @@ protected:
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
protected:
|
||||
inline void setSplittedChannels( bool _on )
|
||||
{
|
||||
m_splitChannels = _on;
|
||||
|
||||
Reference in New Issue
Block a user