summaryrefslogtreecommitdiff
path: root/apps/Gateway
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 /apps/Gateway
parentf4dc00cfbcfe419149ed0e775ee8128c3bf18682 (diff)
downloadATCD-a6a8c509740d639f1483b305285d02a0597b708b.tar.gz
removed () from #pragma implementation argument
Diffstat (limited to 'apps/Gateway')
-rw-r--r--apps/Gateway/Gateway/File_Parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/Gateway/Gateway/File_Parser.h b/apps/Gateway/Gateway/File_Parser.h
index a91a8f75827..6ebec672fd4 100644
--- a/apps/Gateway/Gateway/File_Parser.h
+++ b/apps/Gateway/Gateway/File_Parser.h
@@ -87,7 +87,7 @@ protected:
#endif /* ACE_TEMPLATES_REQUIRE_SOURCE */
#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)
-#pragma implementation ("File_Parser.cpp")
+#pragma implementation "File_Parser.cpp"
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
#endif /* _FILE_PARSER */