From a6a8c509740d639f1483b305285d02a0597b708b Mon Sep 17 00:00:00 2001 From: levine Date: Tue, 15 Dec 1998 20:44:23 +0000 Subject: removed () from #pragma implementation argument --- apps/Gateway/Gateway/File_Parser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/Gateway') 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 */ -- cgit v1.2.1