diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-10-29 14:22:20 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-10-29 14:22:20 +0000 |
commit | 37dfb3e1683f91118243221aeff1d7cfa14314c1 (patch) | |
tree | 502c22a811e5a30f368871ac20c9b3fbbcf4f4d2 /ace/LOCK_SOCK_Acceptor.h | |
parent | ccadfe5e3609eaa520e903b12febd57d6d69163b (diff) | |
download | ATCD-37dfb3e1683f91118243221aeff1d7cfa14314c1.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/LOCK_SOCK_Acceptor.h')
-rw-r--r-- | ace/LOCK_SOCK_Acceptor.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ace/LOCK_SOCK_Acceptor.h b/ace/LOCK_SOCK_Acceptor.h index b6c89f6a4af..6e8888b06b2 100644 --- a/ace/LOCK_SOCK_Acceptor.h +++ b/ace/LOCK_SOCK_Acceptor.h @@ -42,9 +42,6 @@ public: // Return a reference to the lock. protected: - typedef ACE_SOCK_Acceptor SUPER; - // Useful typedef - ACE_LOCK lock_; // Type of locking mechanism. }; |