aboutsummaryrefslogtreecommitdiffstats
path: root/modules/eng_aep/aep_conn.h
diff options
context:
space:
mode:
authorlloyd <[email protected]>2006-06-25 15:23:19 +0000
committerlloyd <[email protected]>2006-06-25 15:23:19 +0000
commit7a259add43ce9ad6ea30fcbb77ac7bca932db211 (patch)
treec1d4857694ddd3bc4709c54337cd8fa76669e6c5 /modules/eng_aep/aep_conn.h
parenta495fd2e01430a74833d667b6fec0a2cc4b23be5 (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.h1
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;
};