diff options
author | lloyd <[email protected]> | 2006-06-25 15:23:19 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2006-06-25 15:23:19 +0000 |
commit | 7a259add43ce9ad6ea30fcbb77ac7bca932db211 (patch) | |
tree | c1d4857694ddd3bc4709c54337cd8fa76669e6c5 /modules/eng_aep/aep_conn.h | |
parent | a495fd2e01430a74833d667b6fec0a2cc4b23be5 (diff) |
Support named mutexes outside of the global library state.
Alter the AEP engine to use one in favor of a static Mutex pointer.
Fix a stupid typo in an exception message.
Diffstat (limited to 'modules/eng_aep/aep_conn.h')
-rw-r--r-- | modules/eng_aep/aep_conn.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/eng_aep/aep_conn.h b/modules/eng_aep/aep_conn.h index 18b8c76db..9b1d97e58 100644 --- a/modules/eng_aep/aep_conn.h +++ b/modules/eng_aep/aep_conn.h @@ -28,7 +28,6 @@ class AEP_Connection static const u32bit MAX_CACHED_CONNECTIONS = 8; static std::vector<Connection_Info> pool; - static Mutex* guard; u32bit this_connection; }; |