diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2007-09-10 15:47:31 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2007-09-10 15:47:31 -0230 |
commit | d562e6f0689d04852e357347968e414ce0d69337 (patch) | |
tree | dae7ffba61ac33d8037dc931bc1747ddb2e2d7b6 /cpp/src/Freeze/TransactionI.h | |
parent | Refcounting is now thread-safe (diff) | |
download | ice-d562e6f0689d04852e357347968e414ce0d69337.tar.bz2 ice-d562e6f0689d04852e357347968e414ce0d69337.tar.xz ice-d562e6f0689d04852e357347968e414ce0d69337.zip |
Fixed Windows compile error
Diffstat (limited to 'cpp/src/Freeze/TransactionI.h')
-rw-r--r-- | cpp/src/Freeze/TransactionI.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Freeze/TransactionI.h b/cpp/src/Freeze/TransactionI.h index 0172e5126c5..a46c9373969 100644 --- a/cpp/src/Freeze/TransactionI.h +++ b/cpp/src/Freeze/TransactionI.h @@ -20,7 +20,7 @@ namespace Freeze class ConnectionI; typedef IceUtil::Handle<ConnectionI> ConnectionIPtr; -class SharedMutex; +struct SharedMutex; typedef IceUtil::Handle<SharedMutex> SharedMutexPtr; class PostCompletionCallback : public virtual IceUtil::Shared |