diff options
author | Steve Huston <shuston@riverace.com> | 1999-07-07 19:09:33 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 1999-07-07 19:09:33 +0000 |
commit | aca87aa28d5e20c88e841a119d78effb8b929354 (patch) | |
tree | c9fc11014b431659280d8a88dd188f3827b42537 /ace/Cleanup_Strategies_T.h | |
parent | 3fd920f60a33923db15b2472022a30e40cf373df (diff) | |
download | ATCD-aca87aa28d5e20c88e841a119d78effb8b929354.tar.gz |
Removed erroneous "ace/" from #pragma implementation line.
Diffstat (limited to 'ace/Cleanup_Strategies_T.h')
-rw-r--r-- | ace/Cleanup_Strategies_T.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Cleanup_Strategies_T.h b/ace/Cleanup_Strategies_T.h index 09f85cf3a05..6c266ffc1c5 100644 --- a/ace/Cleanup_Strategies_T.h +++ b/ace/Cleanup_Strategies_T.h @@ -141,7 +141,7 @@ public: #endif /* ACE_TEMPLATES_REQUIRE_SOURCE */ #if defined (ACE_TEMPLATES_REQUIRE_PRAGMA) -#pragma implementation ("ace/Cleanup_Strategies_T.cpp") +#pragma implementation ("Cleanup_Strategies_T.cpp") #endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */ #endif /* CLEANUP_STRATEGIES_H */ |