diff options
author | pgontla <pgontla@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-04-12 17:05:01 +0000 |
---|---|---|
committer | pgontla <pgontla@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-04-12 17:05:01 +0000 |
commit | 1ee7dbb58860bb77eed2bcf20264165e0a0dfee7 (patch) | |
tree | 9a4dd220cc737a65c7ae48abab3f814e52d958ff /ace | |
parent | 931e14160c6fa7bc9cad0226cf1fad364c6edc43 (diff) | |
download | ATCD-1ee7dbb58860bb77eed2bcf20264165e0a0dfee7.tar.gz |
ChangeLogTag: Fri Apr 12 10:02:58 2002 Priyanka Gontla <pgontla@ece.uci.edu>
Diffstat (limited to 'ace')
-rw-r--r-- | ace/Based_Pointer_T.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ace/Based_Pointer_T.h b/ace/Based_Pointer_T.h index 02fb8731202..4c0cdd9b183 100644 --- a/ace/Based_Pointer_T.h +++ b/ace/Based_Pointer_T.h @@ -17,6 +17,7 @@ #include "ace/pre.h" #include "ace/config-all.h" +#include "ace/Trace.h" #if defined (_MSC_VER) // Suppress warning e.g. "return type for @@ -79,7 +80,7 @@ public: * address 0. * * 3. If <initial> is 0 then set the value of <target_> to -1, which - * indicates a "NULL" pointer. + * indicates a "NULL" pointer. */ ACE_Based_Pointer_Basic (CONCRETE *initial); |