summaryrefslogtreecommitdiff
path: root/TAO/tests/DynAny_Test/test_wrapper.h
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
commit0cea211b937d7f77ce973ea5acf118afeaf7cb5f (patch)
tree1f0cb48c66100561a922df8800b74134da529c48 /TAO/tests/DynAny_Test/test_wrapper.h
parent8decd8970f2c7081b70b0e17b826e8d90edaaf7e (diff)
downloadATCD-0cea211b937d7f77ce973ea5acf118afeaf7cb5f.tar.gz
replace () around #pragma implementation argument
Diffstat (limited to 'TAO/tests/DynAny_Test/test_wrapper.h')
-rw-r--r--TAO/tests/DynAny_Test/test_wrapper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/DynAny_Test/test_wrapper.h b/TAO/tests/DynAny_Test/test_wrapper.h
index b4f2b8d1cd9..63326a045a1 100644
--- a/TAO/tests/DynAny_Test/test_wrapper.h
+++ b/TAO/tests/DynAny_Test/test_wrapper.h
@@ -43,7 +43,7 @@ private:
#endif /* ACE_TEMPLATES_REQUIRE_SOURCE */
#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)
-#pragma implementation "test_wrapper.cpp"
+#pragma implementation ("test_wrapper.cpp")
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
#endif /* TEST_WRAPPER_H */