summaryrefslogtreecommitdiff
path: root/ace/Typed_SV_Message_Queue.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/Typed_SV_Message_Queue.h
parentf4dc00cfbcfe419149ed0e775ee8128c3bf18682 (diff)
downloadATCD-a6a8c509740d639f1483b305285d02a0597b708b.tar.gz
removed () from #pragma implementation argument
Diffstat (limited to 'ace/Typed_SV_Message_Queue.h')
-rw-r--r--ace/Typed_SV_Message_Queue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Typed_SV_Message_Queue.h b/ace/Typed_SV_Message_Queue.h
index cd791c1f119..9156416cb4b 100644
--- a/ace/Typed_SV_Message_Queue.h
+++ b/ace/Typed_SV_Message_Queue.h
@@ -77,7 +77,7 @@ private:
#endif /* ACE_TEMPLATES_REQUIRE_SOURCE */
#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)
-#pragma implementation ("Typed_SV_Message_Queue.cpp")
+#pragma implementation "Typed_SV_Message_Queue.cpp"
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
#endif /* ACE_TYPED_MESSAGE_QUEUE_H */