address compiler warnings
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10108 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -53,7 +53,7 @@ namespace Clipboard {
|
|||||||
}
|
}
|
||||||
|
|
||||||
//-----------------------------------------------------------
|
//-----------------------------------------------------------
|
||||||
bool Print( void ) {
|
void Print( void ) {
|
||||||
// Retrieve Data - Concurrent Access Possible.
|
// Retrieve Data - Concurrent Access Possible.
|
||||||
Locker clip_lock( Instance ); // Unlocks on destruction.
|
Locker clip_lock( Instance ); // Unlocks on destruction.
|
||||||
if( InstanceExists ) {
|
if( InstanceExists ) {
|
||||||
@@ -69,7 +69,7 @@ namespace Clipboard {
|
|||||||
}
|
}
|
||||||
|
|
||||||
//-----------------------------------------------------------
|
//-----------------------------------------------------------
|
||||||
bool Read( char const * entry_name ) {
|
void Read( char const * entry_name ) {
|
||||||
// Retrieve Data - Concurrent Access Possible.
|
// Retrieve Data - Concurrent Access Possible.
|
||||||
Locker clip_lock( Instance ); // Unlocks on destruction.
|
Locker clip_lock( Instance ); // Unlocks on destruction.
|
||||||
if( InstanceExists ) {
|
if( InstanceExists ) {
|
||||||
|
|||||||
Reference in New Issue
Block a user