summaryrefslogtreecommitdiff
path: root/apps/Gateway
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-01-20 20:49:52 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-01-20 20:49:52 +0000
commit2a6e2b30f0512eb0470ebb317c57635cc07d7532 (patch)
tree1f0cb48c66100561a922df8800b74134da529c48 /apps/Gateway
parent7739bdcf75d9b58c67ea0c3f53d7851f05151db7 (diff)
downloadATCD-2a6e2b30f0512eb0470ebb317c57635cc07d7532.tar.gz
replace () around #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 6ebec672fd4..a91a8f75827 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 */