diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2001-12-04 00:23:23 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2001-12-04 00:23:23 +0000 |
commit | 1b017269c028dc888be901808b2a22b4f5890907 (patch) | |
tree | 022353561f16256cade387f0eb835ba26cc87931 /ace/Process_Mutex.h | |
parent | c19ebcf0312629a46d340568c7fac475e2fe7cc8 (diff) | |
download | ATCD-1b017269c028dc888be901808b2a22b4f5890907.tar.gz |
Mon Dec 3 16:22:56 2001 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'ace/Process_Mutex.h')
-rw-r--r-- | ace/Process_Mutex.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/ace/Process_Mutex.h b/ace/Process_Mutex.h index 9b3fd1a67c9..8167570f0aa 100644 --- a/ace/Process_Mutex.h +++ b/ace/Process_Mutex.h @@ -1,4 +1,4 @@ -/* -*- C++ -*- */ +// -*- C++ -*- //============================================================================= /** @@ -9,11 +9,13 @@ * A wrapper for mutexes that can be used across processes on the * same host machine, as well as within a process, of course. * - * @author Douglas C. Schmidt <schmidt@cs.wustl.edu> */ + * @author Douglas C. Schmidt <schmidt@uci.edu> + */ //============================================================================= #ifndef ACE_PROCESS_MUTEX_H #define ACE_PROCESS_MUTEX_H + #include "ace/pre.h" #include "ace/config-all.h" @@ -189,4 +191,5 @@ private: #endif /* __ACE_INLINE__ */ #include "ace/post.h" + #endif /* ACE_PROCESS_MUTEX_H */ |