address compiler warnings

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10108 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
shatty
2004-11-21 09:39:51 +00:00
parent e6744e874c
commit 0e2d20ebd5
+2 -2
View File
@@ -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 ) {