summaryrefslogtreecommitdiff
path: root/ACE/ace/Process_Mutex.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Process_Mutex.h')
-rw-r--r--ACE/ace/Process_Mutex.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/ACE/ace/Process_Mutex.h b/ACE/ace/Process_Mutex.h
index c1561e40d56..e1a5b498508 100644
--- a/ACE/ace/Process_Mutex.h
+++ b/ACE/ace/Process_Mutex.h
@@ -198,6 +198,13 @@ public:
const ACE_mutex_t &lock (void) const;
#endif /* !_ACE_USE_SV_SEM */
+ /// Get the name used for the lock, or null if no name is used.
+ const ACE_TCHAR *name () const;
+
+ /// If a file was created as the underlying storage for the mutex,
+ /// remove it from the filesystem.
+ static int unlink (const ACE_TCHAR *name);
+
/// Dump the state of an object.
void dump (void) const;