diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-04-29 23:37:56 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-04-29 23:37:56 +0000 |
commit | c682dc1eb8059cc5de62a7854d7cd0aba7f40e20 (patch) | |
tree | f3eb1978b08df2d678d59ac1d4c67269acb10f89 /ace/Atomic_Op.i | |
parent | 27936aaf5ce18521c9adfc80196131cd4a583ab5 (diff) | |
download | ATCD-c682dc1eb8059cc5de62a7854d7cd0aba7f40e20.tar.gz |
add a "-*- C++ -*-" so that my editing is easier in emacs.
Diffstat (limited to 'ace/Atomic_Op.i')
-rw-r--r-- | ace/Atomic_Op.i | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ace/Atomic_Op.i b/ace/Atomic_Op.i index 8c56bb42ba2..28f1bab5d89 100644 --- a/ace/Atomic_Op.i +++ b/ace/Atomic_Op.i @@ -1,3 +1,4 @@ +// -*- C++ -*- // $Id$ template <class ACE_LOCK, class TYPE> ACE_INLINE TYPE |