diff options
author | elliott_c <ocielliottc@users.noreply.github.com> | 2006-07-17 14:42:07 +0000 |
---|---|---|
committer | elliott_c <ocielliottc@users.noreply.github.com> | 2006-07-17 14:42:07 +0000 |
commit | 90e82cfdc6a1431e0de85ce4e4d4ec7c2b4a4bda (patch) | |
tree | 8d4caf5c22cd4c69e8a455cb79683d909be7122c /TAO/tao/Principal.h | |
parent | 9feb4921ca05be6405be9a33c61137b829ebd925 (diff) | |
download | ATCD-90e82cfdc6a1431e0de85ce4e4d4ec7c2b4a4bda.tar.gz |
ChangeLogTag: Mon Jul 17 14:40:43 UTC 2006 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/tao/Principal.h')
-rw-r--r-- | TAO/tao/Principal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Principal.h b/TAO/tao/Principal.h index 3b995e143ca..fbdb6c9df84 100644 --- a/TAO/tao/Principal.h +++ b/TAO/tao/Principal.h @@ -94,7 +94,7 @@ namespace CORBA private: /// Reference counter. - ACE_Atomic_Op<TAO_SYNCH_MUTEX, CORBA::ULong> refcount_; + ACE_Atomic_Op<TAO_SYNCH_MUTEX, unsigned long> refcount_; }; } // End CORBA namespace |