summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>1999-07-07 19:09:33 +0000
committerSteve Huston <shuston@riverace.com>1999-07-07 19:09:33 +0000
commitaca87aa28d5e20c88e841a119d78effb8b929354 (patch)
treec9fc11014b431659280d8a88dd188f3827b42537
parent3fd920f60a33923db15b2472022a30e40cf373df (diff)
downloadATCD-aca87aa28d5e20c88e841a119d78effb8b929354.tar.gz
Removed erroneous "ace/" from #pragma implementation line.
-rw-r--r--ace/Caching_Strategies_T.h2
-rw-r--r--ace/Cleanup_Strategies_T.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/ace/Caching_Strategies_T.h b/ace/Caching_Strategies_T.h
index e9168d13fe5..44b5e31f096 100644
--- a/ace/Caching_Strategies_T.h
+++ b/ace/Caching_Strategies_T.h
@@ -652,7 +652,7 @@ public:
#endif /* ACE_TEMPLATES_REQUIRE_SOURCE */
#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)
-#pragma implementation ("ace/Caching_Strategies_T.cpp")
+#pragma implementation ("Caching_Strategies_T.cpp")
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
#endif /* CACHING_STRATEGIES_H */
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 */