summaryrefslogtreecommitdiff
path: root/ace/Svc_Handler.h
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-12-15 20:44:23 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-12-15 20:44:23 +0000
commita6a8c509740d639f1483b305285d02a0597b708b (patch)
treef230be41e05c50d6dbd53230d3e904f24b878d84 /ace/Svc_Handler.h
parentf4dc00cfbcfe419149ed0e775ee8128c3bf18682 (diff)
downloadATCD-a6a8c509740d639f1483b305285d02a0597b708b.tar.gz
removed () from #pragma implementation argument
Diffstat (limited to 'ace/Svc_Handler.h')
-rw-r--r--ace/Svc_Handler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Svc_Handler.h b/ace/Svc_Handler.h
index b84b825be42..b7500e5711a 100644
--- a/ace/Svc_Handler.h
+++ b/ace/Svc_Handler.h
@@ -183,7 +183,7 @@ private:
#endif /* ACE_TEMPLATES_REQUIRE_SOURCE */
#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)
-#pragma implementation ("Svc_Handler.cpp")
+#pragma implementation "Svc_Handler.cpp"
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
#endif /* ACE_SVC_HANDLER_H */