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 | e0efa0d58ecadb1de2ea923d352b3ec8737c3553 (patch) | |
tree | 022353561f16256cade387f0eb835ba26cc87931 /ace/Process_Mutex.h | |
parent | 21299c66c47e496f6ea38c7a05999de8826e1fd5 (diff) | |
download | ATCD-e0efa0d58ecadb1de2ea923d352b3ec8737c3553.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 */ |