diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-08-01 15:10:20 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-08-01 15:10:20 +0000 |
commit | c45f10134334a7d3aa3536fa7776aa727aa957a7 (patch) | |
tree | 5098c4f44107ab4c5b06a49a074eea7129005d65 /ace/Based_Pointer_T.cpp | |
parent | a77adb938852a885170b3f2666ed685462b6b2bf (diff) | |
download | ATCD-c45f10134334a7d3aa3536fa7776aa727aa957a7.tar.gz |
ChangeLogTag:Sun Aug 1 10:03:56 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'ace/Based_Pointer_T.cpp')
-rw-r--r-- | ace/Based_Pointer_T.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Based_Pointer_T.cpp b/ace/Based_Pointer_T.cpp index fefe3421b32..ec469c31f91 100644 --- a/ace/Based_Pointer_T.cpp +++ b/ace/Based_Pointer_T.cpp @@ -13,7 +13,7 @@ #include "ace/Based_Pointer_T.i" #endif /* __ACE_INLINE__ */ -template <class CONCRETE> ACE_INLINE +template <class CONCRETE> ACE_Based_Pointer<CONCRETE>::ACE_Based_Pointer (void) { ACE_TRACE ("ACE_Based_Pointer<CONCRETE>::ACE_Based_Pointer"); |