summaryrefslogtreecommitdiff
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
parentf4dc00cfbcfe419149ed0e775ee8128c3bf18682 (diff)
downloadATCD-a6a8c509740d639f1483b305285d02a0597b708b.tar.gz
removed () from #pragma implementation argument
-rw-r--r--TAO/orbsvcs/orbsvcs/AV/Endpoint_Strategy_T.h2
-rw-r--r--TAO/orbsvcs/orbsvcs/Channel_Clients_T.h2
-rw-r--r--TAO/tao/DynUnion_i_T.h2
-rw-r--r--TAO/tao/ORB_Strategies_T.h2
-rw-r--r--TAO/tao/Sequence_T.h2
-rw-r--r--TAO/tao/poa_T.h2
-rw-r--r--TAO/tao/varout.h2
-rw-r--r--TAO/tests/DynAny_Test/test_wrapper.h2
-rw-r--r--TAO/tests/Param_Test/client.h2
-rw-r--r--ace/Acceptor.h2
-rw-r--r--ace/Array.h2
-rw-r--r--ace/Asynch_Acceptor.h2
-rw-r--r--ace/Auto_Ptr.h2
-rw-r--r--ace/CORBA_Ref.h2
-rw-r--r--ace/Connector.h2
-rw-r--r--ace/Containers_T.h2
-rw-r--r--ace/Dump_T.h2
-rw-r--r--ace/Dynamic_Service.h2
-rw-r--r--ace/Env_Value_T.h2
-rw-r--r--ace/Event_Handler_T.h2
-rw-r--r--ace/Free_List.h2
-rw-r--r--ace/Functor_T.h2
-rw-r--r--ace/Future.h2
-rw-r--r--ace/Hash_Map_Manager.h2
-rw-r--r--ace/IOStream_T.h2
-rw-r--r--ace/LOCK_SOCK_Acceptor.h2
-rw-r--r--ace/Local_Name_Space_T.h2
-rw-r--r--ace/Malloc_T.h2
-rw-r--r--ace/Managed_Object.h2
-rw-r--r--ace/Map_Manager.h2
-rw-r--r--ace/Message_Block_T.h2
-rw-r--r--ace/Message_Queue_T.h2
-rw-r--r--ace/Module.h2
-rw-r--r--ace/RB_Tree.h2
-rw-r--r--ace/Select_Reactor_T.h2
-rw-r--r--ace/Singleton.h2
-rw-r--r--ace/Strategies_T.h2
-rw-r--r--ace/Stream.h2
-rw-r--r--ace/Stream_Modules.h2
-rw-r--r--ace/Svc_Handler.h2
-rw-r--r--ace/Synch_T.h2
-rw-r--r--ace/Task_T.h2
-rw-r--r--ace/Timeprobe_T.h2
-rw-r--r--ace/Timer_Hash_T.h2
-rw-r--r--ace/Timer_Heap_T.h2
-rw-r--r--ace/Timer_List_T.h2
-rw-r--r--ace/Timer_Queue_Adapters.h2
-rw-r--r--ace/Timer_Queue_T.h2
-rw-r--r--ace/Timer_Wheel_T.h2
-rw-r--r--ace/Typed_SV_Message.h2
-rw-r--r--ace/Typed_SV_Message_Queue.h2
-rw-r--r--apps/Gateway/Gateway/File_Parser.h2
-rw-r--r--apps/JAWS/clients/Caching/URL_Array_Helper.h2
-rw-r--r--docs/tutorials/018/Test_T.h2
-rw-r--r--examples/Bounded_Packet_Relay/BPR_Drivers_T.h2
-rw-r--r--examples/Timer_Queue/Driver.h2
-rw-r--r--netsvcs/lib/Base_Optimizer.h2
-rw-r--r--netsvcs/lib/Log_Message_Receiver.h2
-rw-r--r--netsvcs/lib/Server_Logging_Handler_T.h2
59 files changed, 59 insertions, 59 deletions
diff --git a/TAO/orbsvcs/orbsvcs/AV/Endpoint_Strategy_T.h b/TAO/orbsvcs/orbsvcs/AV/Endpoint_Strategy_T.h
index 8483ce20a34..99189e71fc4 100644
--- a/TAO/orbsvcs/orbsvcs/AV/Endpoint_Strategy_T.h
+++ b/TAO/orbsvcs/orbsvcs/AV/Endpoint_Strategy_T.h
@@ -216,7 +216,7 @@ public:
#endif /*ACE_TEMPLATES_REQUIRE_SOURCE */
#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)
-#pragma implementation ("Endpoint_Strategy_T.cpp")
+#pragma implementation "Endpoint_Strategy_T.cpp"
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
#endif /* TAO_AV_ENDPOINT_STRATEGY_T_H */
diff --git a/TAO/orbsvcs/orbsvcs/Channel_Clients_T.h b/TAO/orbsvcs/orbsvcs/Channel_Clients_T.h
index b7dcf2db00d..6f014174df7 100644
--- a/TAO/orbsvcs/orbsvcs/Channel_Clients_T.h
+++ b/TAO/orbsvcs/orbsvcs/Channel_Clients_T.h
@@ -87,7 +87,7 @@ private:
#endif /* ACE_TEMPLATES_REQUIRE_SOURCE */
#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)
-#pragma implementation ("Channel_Clients_T.cpp")
+#pragma implementation "Channel_Clients_T.cpp"
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
#endif /* ACE_CHANNEL_CLIENTS_T_H */
diff --git a/TAO/tao/DynUnion_i_T.h b/TAO/tao/DynUnion_i_T.h
index 5d6cc452e52..7769e883064 100644
--- a/TAO/tao/DynUnion_i_T.h
+++ b/TAO/tao/DynUnion_i_T.h
@@ -65,7 +65,7 @@ private:
#endif /* ACE_TEMPLATES_REQUIRE_SOURCE */
#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)
-#pragma implementation ("DynUnion_i_T.cpp")
+#pragma implementation "DynUnion_i_T.cpp"
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
#endif /* TAO_DYNUNION_I_T_H */
diff --git a/TAO/tao/ORB_Strategies_T.h b/TAO/tao/ORB_Strategies_T.h
index ab1137cb540..293d79b6d85 100644
--- a/TAO/tao/ORB_Strategies_T.h
+++ b/TAO/tao/ORB_Strategies_T.h
@@ -51,7 +51,7 @@ public:
#endif /* ACE_TEMPLATES_REQUIRE_SOURCE */
#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)
-#pragma implementation ("ORB_Strategies_T.cpp")
+#pragma implementation "ORB_Strategies_T.cpp"
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
#endif /* TAO_ORB_STRATEGIES_T_H */
diff --git a/TAO/tao/Sequence_T.h b/TAO/tao/Sequence_T.h
index e18a3dac000..f4728710c85 100644
--- a/TAO/tao/Sequence_T.h
+++ b/TAO/tao/Sequence_T.h
@@ -691,7 +691,7 @@ public:
#endif /* ACE_TEMPLATES_REQUIRE_SOURCE */
#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)
-#pragma implementation ("Sequence_T.cpp")
+#pragma implementation "Sequence_T.cpp"
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
#endif /* TAO_SEQUENCE_T_H */
diff --git a/TAO/tao/poa_T.h b/TAO/tao/poa_T.h
index 4ecb5d265cc..93364fad1fa 100644
--- a/TAO/tao/poa_T.h
+++ b/TAO/tao/poa_T.h
@@ -60,7 +60,7 @@ protected:
#endif /* ACE_TEMPLATES_REQUIRE_SOURCE */
#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)
-#pragma implementation ("poa_T.cpp")
+#pragma implementation "poa_T.cpp"
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
#endif /* TAO_POA_T_H */
diff --git a/TAO/tao/varout.h b/TAO/tao/varout.h
index b41e140fc83..ba36b396a7b 100644
--- a/TAO/tao/varout.h
+++ b/TAO/tao/varout.h
@@ -714,7 +714,7 @@ private:
#endif /* ACE_TEMPLATES_REQUIRE_SOURCE */
#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)
-#pragma implementation ("varout.cpp")
+#pragma implementation "varout.cpp"
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
#endif /* TAO_VAROUT_H */
diff --git a/TAO/tests/DynAny_Test/test_wrapper.h b/TAO/tests/DynAny_Test/test_wrapper.h
index 63326a045a1..b4f2b8d1cd9 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 */
diff --git a/TAO/tests/Param_Test/client.h b/TAO/tests/Param_Test/client.h
index adab6ad81fc..7be74892f29 100644
--- a/TAO/tests/Param_Test/client.h
+++ b/TAO/tests/Param_Test/client.h
@@ -70,7 +70,7 @@ private:
#endif /* ACE_TEMPLATES_REQUIRE_SOURCE */
#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)
-#pragma implementation ("client.cpp")
+#pragma implementation "client.cpp"
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
#endif /* CLIENTS_H */
diff --git a/ace/Acceptor.h b/ace/Acceptor.h
index d42360a35e8..66bec8777b7 100644
--- a/ace/Acceptor.h
+++ b/ace/Acceptor.h
@@ -524,7 +524,7 @@ private:
#endif /* ACE_TEMPLATES_REQUIRE_SOURCE */
#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)
-#pragma implementation ("Acceptor.cpp")
+#pragma implementation "Acceptor.cpp"
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
#endif /* ACE_ACCEPTOR_H */
diff --git a/ace/Array.h b/ace/Array.h
index faa4a450607..70ff20670d9 100644
--- a/ace/Array.h
+++ b/ace/Array.h
@@ -36,7 +36,7 @@
#endif /* ACE_TEMPLATES_REQUIRE_SOURCE */
#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)
-#pragma implementation ("Containers.cpp")
+#pragma implementation "Containers.cpp"
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
#endif /* ACE_ARRAY_H */
diff --git a/ace/Asynch_Acceptor.h b/ace/Asynch_Acceptor.h
index 41f3ce435ea..758db33867a 100644
--- a/ace/Asynch_Acceptor.h
+++ b/ace/Asynch_Acceptor.h
@@ -177,7 +177,7 @@ private:
#endif /* ACE_TEMPLATES_REQUIRE_SOURCE */
#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)
-#pragma implementation ("Asynch_Acceptor.cpp")
+#pragma implementation "Asynch_Acceptor.cpp"
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
#endif /* ACE_WIN32 || ACE_HAS_AIO_CALLS */
diff --git a/ace/Auto_Ptr.h b/ace/Auto_Ptr.h
index 592faef550b..c5960096af6 100644
--- a/ace/Auto_Ptr.h
+++ b/ace/Auto_Ptr.h
@@ -127,7 +127,7 @@ public:
#endif /* ACE_TEMPLATES_REQUIRE_SOURCE */
#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)
-#pragma implementation ("Auto_Ptr.cpp")
+#pragma implementation "Auto_Ptr.cpp"
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
#endif /* ACE_AUTO_PTR_H */
diff --git a/ace/CORBA_Ref.h b/ace/CORBA_Ref.h
index e5dbc821641..c25af4e16bb 100644
--- a/ace/CORBA_Ref.h
+++ b/ace/CORBA_Ref.h
@@ -79,7 +79,7 @@ private:
#endif /* ACE_TEMPLATES_REQUIRE_SOURCE */
#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)
-#pragma implementation ("CORBA_Ref.cpp")
+#pragma implementation "CORBA_Ref.cpp"
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
#endif /* CORBA_REF_H */
diff --git a/ace/Connector.h b/ace/Connector.h
index 6e607beeb4b..f4809c09e9d 100644
--- a/ace/Connector.h
+++ b/ace/Connector.h
@@ -422,7 +422,7 @@ protected:
#endif /* ACE_TEMPLATES_REQUIRE_SOURCE */
#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)
-#pragma implementation ("Connector.cpp")
+#pragma implementation "Connector.cpp"
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
#endif /* ACE_CONNECTOR_H */
diff --git a/ace/Containers_T.h b/ace/Containers_T.h
index 1389a5d777e..e4e5d952f10 100644
--- a/ace/Containers_T.h
+++ b/ace/Containers_T.h
@@ -1522,7 +1522,7 @@ private:
#endif /* ACE_TEMPLATES_REQUIRE_SOURCE */
#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)
-#pragma implementation ("Containers_T.cpp")
+#pragma implementation "Containers_T.cpp"
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
#endif /* ACE_CONTAINERS_T_H */
diff --git a/ace/Dump_T.h b/ace/Dump_T.h
index ca4f5e45d7b..bd52476f8f9 100644
--- a/ace/Dump_T.h
+++ b/ace/Dump_T.h
@@ -71,7 +71,7 @@ private:
#endif /* ACE_TEMPLATES_REQUIRE_SOURCE */
#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)
-#pragma implementation ("Dump_T.cpp")
+#pragma implementation "Dump_T.cpp"
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
#endif /* ACE_DUMP_T_H */
diff --git a/ace/Dynamic_Service.h b/ace/Dynamic_Service.h
index 45caa8ef4f5..e13f562fd24 100644
--- a/ace/Dynamic_Service.h
+++ b/ace/Dynamic_Service.h
@@ -40,7 +40,7 @@ public:
#endif /* ACE_TEMPLATES_REQUIRE_SOURCE */
#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)
-# pragma implementation ("Dynamic_Service.cpp")
+# pragma implementation "Dynamic_Service.cpp"
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
#endif /* ACE_DYNAMIC_SERVICE_H */
diff --git a/ace/Env_Value_T.h b/ace/Env_Value_T.h
index a8a2599caed..0ac8718ca3b 100644
--- a/ace/Env_Value_T.h
+++ b/ace/Env_Value_T.h
@@ -137,7 +137,7 @@ ACE_Convert (const char *s, double &d)
}
#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)
-#pragma implementation ("Env_Value_T.cpp")
+#pragma implementation "Env_Value_T.cpp"
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
#endif /* ACE_ENV_VALUE_T_H */
diff --git a/ace/Event_Handler_T.h b/ace/Event_Handler_T.h
index f32a110d011..2b2f218c657 100644
--- a/ace/Event_Handler_T.h
+++ b/ace/Event_Handler_T.h
@@ -182,7 +182,7 @@ protected:
#endif /* ACE_TEMPLATES_REQUIRE_SOURCE */
#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)
-#pragma implementation ("Event_Handler_T.cpp")
+#pragma implementation "Event_Handler_T.cpp"
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
#endif /* ACE_HAS_TEMPLATE_TYPEDEFS */
diff --git a/ace/Free_List.h b/ace/Free_List.h
index 44a9ef0e3e0..ad35ac295ad 100644
--- a/ace/Free_List.h
+++ b/ace/Free_List.h
@@ -138,7 +138,7 @@ private:
#endif /* ACE_TEMPLATES_REQUIRE_SOURCE */
#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)
-#pragma implementation ("Free_List.cpp")
+#pragma implementation "Free_List.cpp"
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
#endif /* ACE_FREE_LIST_H */
diff --git a/ace/Functor_T.h b/ace/Functor_T.h
index 1df69f4a6e2..4f671652a10 100644
--- a/ace/Functor_T.h
+++ b/ace/Functor_T.h
@@ -212,7 +212,7 @@ public:
#endif /* ACE_TEMPLATES_REQUIRE_SOURCE */
#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)
-#pragma implementation ("Functor_T.cpp")
+#pragma implementation "Functor_T.cpp"
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
#endif /* ACE_FUNCTOR_T_H */
diff --git a/ace/Future.h b/ace/Future.h
index 36d65b46cb0..3e2385dd778 100644
--- a/ace/Future.h
+++ b/ace/Future.h
@@ -201,7 +201,7 @@ private:
#endif /* ACE_TEMPLATES_REQUIRE_SOURCE */
#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)
-#pragma implementation ("Future.cpp")
+#pragma implementation "Future.cpp"
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
#endif /* ACE_HAS_THREADS */
diff --git a/ace/Hash_Map_Manager.h b/ace/Hash_Map_Manager.h
index 7ef64bba8d2..0c3ba0c47ce 100644
--- a/ace/Hash_Map_Manager.h
+++ b/ace/Hash_Map_Manager.h
@@ -497,7 +497,7 @@ public:
#endif /* ACE_TEMPLATES_REQUIRE_SOURCE */
#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)
-#pragma implementation ("Hash_Map_Manager.cpp")
+#pragma implementation "Hash_Map_Manager.cpp"
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
#endif /* ACE_HASH_MAP_MANAGER_H */
diff --git a/ace/IOStream_T.h b/ace/IOStream_T.h
index 86e0c6bf645..5eecc923616 100644
--- a/ace/IOStream_T.h
+++ b/ace/IOStream_T.h
@@ -271,7 +271,7 @@ protected:
#endif /* ACE_TEMPLATES_REQUIRE_SOURCE */
#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)
-#pragma implementation ("IOStream_T.cpp")
+#pragma implementation "IOStream_T.cpp"
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
#endif /* ACE_LACKS_ACE_IOSTREAM */
#endif /* ACE_IOSTREAM_T_H */
diff --git a/ace/LOCK_SOCK_Acceptor.h b/ace/LOCK_SOCK_Acceptor.h
index f7838ca79dd..aed8b8b4e5c 100644
--- a/ace/LOCK_SOCK_Acceptor.h
+++ b/ace/LOCK_SOCK_Acceptor.h
@@ -55,7 +55,7 @@ protected:
#endif /* ACE_TEMPLATES_REQUIRE_SOURCE */
#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)
-#pragma implementation ("LOCK_SOCK_Acceptor.cpp")
+#pragma implementation "LOCK_SOCK_Acceptor.cpp"
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
#endif /* ACE_LOCK_SOCK_ACCEPTOR_H */
diff --git a/ace/Local_Name_Space_T.h b/ace/Local_Name_Space_T.h
index dc0434f8ac6..88f828fd8b7 100644
--- a/ace/Local_Name_Space_T.h
+++ b/ace/Local_Name_Space_T.h
@@ -246,7 +246,7 @@ private:
#endif /* ACE_TEMPLATES_REQUIRE_SOURCE */
#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)
-#pragma implementation ("Local_Name_Space_T.cpp")
+#pragma implementation "Local_Name_Space_T.cpp"
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
#endif /* ACE_LOCAL_NAME_SPACE_T_H */
diff --git a/ace/Malloc_T.h b/ace/Malloc_T.h
index 4c49896d923..db2c0440145 100644
--- a/ace/Malloc_T.h
+++ b/ace/Malloc_T.h
@@ -476,7 +476,7 @@ private:
#endif /* ACE_TEMPLATES_REQUIRE_SOURCE */
#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)
-#pragma implementation ("Malloc_T.cpp")
+#pragma implementation "Malloc_T.cpp"
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
#endif /* ACE_MALLOC_H */
diff --git a/ace/Managed_Object.h b/ace/Managed_Object.h
index 1eee00516c3..bd24204c562 100644
--- a/ace/Managed_Object.h
+++ b/ace/Managed_Object.h
@@ -152,7 +152,7 @@ private:
#endif /* ACE_TEMPLATES_REQUIRE_SOURCE */
#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)
-#pragma implementation ("Managed_Object.cpp")
+#pragma implementation "Managed_Object.cpp"
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
#endif /* ACE_MANAGED_OBJECT_H */
diff --git a/ace/Map_Manager.h b/ace/Map_Manager.h
index 4d305266dcf..8f7f3d90c9c 100644
--- a/ace/Map_Manager.h
+++ b/ace/Map_Manager.h
@@ -444,7 +444,7 @@ public:
#endif /* ACE_TEMPLATES_REQUIRE_SOURCE */
#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)
-#pragma implementation ("Map_Manager.cpp")
+#pragma implementation "Map_Manager.cpp"
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
#endif /* ACE_MAP_MANAGER_H */
diff --git a/ace/Message_Block_T.h b/ace/Message_Block_T.h
index 330b391da47..250c40bbd35 100644
--- a/ace/Message_Block_T.h
+++ b/ace/Message_Block_T.h
@@ -74,7 +74,7 @@ private:
#endif /* ACE_TEMPLATES_REQUIRE_SOURCE */
#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)
-#pragma implementation ("Message_Block_T.cpp")
+#pragma implementation "Message_Block_T.cpp"
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
#endif /* ACE_MESSAGE_BLOCK_T_H */
diff --git a/ace/Message_Queue_T.h b/ace/Message_Queue_T.h
index d13250fa005..86527919594 100644
--- a/ace/Message_Queue_T.h
+++ b/ace/Message_Queue_T.h
@@ -653,7 +653,7 @@ public:
#endif /* ACE_TEMPLATES_REQUIRE_SOURCE */
#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)
-#pragma implementation ("Message_Queue_T.cpp")
+#pragma implementation "Message_Queue_T.cpp"
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
#endif /* ACE_MESSAGE_QUEUE_T_H */
diff --git a/ace/Module.h b/ace/Module.h
index c32d41ef5f4..dd862bf23d0 100644
--- a/ace/Module.h
+++ b/ace/Module.h
@@ -187,7 +187,7 @@ private:
#endif /* ACE_TEMPLATES_REQUIRE_SOURCE */
#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)
-#pragma implementation ("Module.cpp")
+#pragma implementation "Module.cpp"
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
#endif /* ACE_MODULE_H */
diff --git a/ace/RB_Tree.h b/ace/RB_Tree.h
index 7728c59d366..b4de225acef 100644
--- a/ace/RB_Tree.h
+++ b/ace/RB_Tree.h
@@ -267,7 +267,7 @@ private:
#endif /* ACE_TEMPLATES_REQUIRE_SOURCE */
#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)
-#pragma implementation ("RB_Tree.cpp")
+#pragma implementation "RB_Tree.cpp"
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
#endif /* ! defined (ACE_RB_TREE_H) */
diff --git a/ace/Select_Reactor_T.h b/ace/Select_Reactor_T.h
index 0c85859f460..ad467881e08 100644
--- a/ace/Select_Reactor_T.h
+++ b/ace/Select_Reactor_T.h
@@ -608,7 +608,7 @@ private:
#endif /* ACE_TEMPLATES_REQUIRE_SOURCE */
#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)
-#pragma implementation ("Select_Reactor_T.cpp")
+#pragma implementation "Select_Reactor_T.cpp"
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
#endif /* ACE_SELECT_REACTOR_T_H */
diff --git a/ace/Singleton.h b/ace/Singleton.h
index 14bb6461ccb..2d0d42d8d90 100644
--- a/ace/Singleton.h
+++ b/ace/Singleton.h
@@ -158,7 +158,7 @@ protected:
#endif /* ACE_TEMPLATES_REQUIRE_SOURCE */
#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)
-#pragma implementation ("Singleton.cpp")
+#pragma implementation "Singleton.cpp"
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
#endif /* ACE_SINGLETON_H */
diff --git a/ace/Strategies_T.h b/ace/Strategies_T.h
index cdca19b3608..ec609474053 100644
--- a/ace/Strategies_T.h
+++ b/ace/Strategies_T.h
@@ -890,7 +890,7 @@ protected:
#endif /* ACE_TEMPLATES_REQUIRE_SOURCE */
#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)
-#pragma implementation ("Strategies_T.cpp")
+#pragma implementation "Strategies_T.cpp"
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
#endif /* ACE_STRATEGIES_T_H */
diff --git a/ace/Stream.h b/ace/Stream.h
index 58fd26c2b61..65566c8b5f3 100644
--- a/ace/Stream.h
+++ b/ace/Stream.h
@@ -205,7 +205,7 @@ private:
#endif /* ACE_TEMPLATES_REQUIRE_SOURCE */
#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)
-#pragma implementation ("Stream.cpp")
+#pragma implementation "Stream.cpp"
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
#endif /* ACE_STREAM_H */
diff --git a/ace/Stream_Modules.h b/ace/Stream_Modules.h
index 733f8efd614..c2be76c1308 100644
--- a/ace/Stream_Modules.h
+++ b/ace/Stream_Modules.h
@@ -134,7 +134,7 @@ public:
#endif /* ACE_TEMPLATES_REQUIRE_SOURCE */
#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)
-#pragma implementation ("Stream_Modules.cpp")
+#pragma implementation "Stream_Modules.cpp"
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
#endif /* ACE_STREAM_MODULES */
diff --git a/ace/Svc_Handler.h b/ace/Svc_Handler.h
index b84b825be42..b7500e5711a 100644
--- a/ace/Svc_Handler.h
+++ b/ace/Svc_Handler.h
@@ -183,7 +183,7 @@ private:
#endif /* ACE_TEMPLATES_REQUIRE_SOURCE */
#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)
-#pragma implementation ("Svc_Handler.cpp")
+#pragma implementation "Svc_Handler.cpp"
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
#endif /* ACE_SVC_HANDLER_H */
diff --git a/ace/Synch_T.h b/ace/Synch_T.h
index 456070cca9b..002315fb069 100644
--- a/ace/Synch_T.h
+++ b/ace/Synch_T.h
@@ -968,7 +968,7 @@ public:
#endif /* ACE_TEMPLATES_REQUIRE_SOURCE */
#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)
-#pragma implementation ("Synch_T.cpp")
+#pragma implementation "Synch_T.cpp"
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
#endif /* ACE_SYNCH_T_H */
diff --git a/ace/Task_T.h b/ace/Task_T.h
index 856e47778a5..97abde38623 100644
--- a/ace/Task_T.h
+++ b/ace/Task_T.h
@@ -152,7 +152,7 @@ private:
#endif /* ACE_TEMPLATES_REQUIRE_SOURCE */
#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)
-#pragma implementation ("Task_T.cpp")
+#pragma implementation "Task_T.cpp"
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
#endif /* ACE_TASK_T_H */
diff --git a/ace/Timeprobe_T.h b/ace/Timeprobe_T.h
index fe5e031396c..b186ea2b36e 100644
--- a/ace/Timeprobe_T.h
+++ b/ace/Timeprobe_T.h
@@ -171,7 +171,7 @@ protected:
#endif /* ACE_TEMPLATES_REQUIRE_SOURCE */
#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)
-#pragma implementation ("Timeprobe_T.cpp")
+#pragma implementation "Timeprobe_T.cpp"
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
#endif /* ACE_COMPILE_TIMEPROBES */
diff --git a/ace/Timer_Hash_T.h b/ace/Timer_Hash_T.h
index da22bbdd28a..beb93323bc6 100644
--- a/ace/Timer_Hash_T.h
+++ b/ace/Timer_Hash_T.h
@@ -246,7 +246,7 @@ private:
#endif /* ACE_TEMPLATES_REQUIRE_SOURCE && !ACE_HAS_BROKEN_HPUX_TEMPLATES */
#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)
-#pragma implementation ("Timer_Hash_T.cpp")
+#pragma implementation "Timer_Hash_T.cpp"
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
#endif /* ACE_TIMER_HASH_T_H */
diff --git a/ace/Timer_Heap_T.h b/ace/Timer_Heap_T.h
index 784e57acfbc..19eb33a18aa 100644
--- a/ace/Timer_Heap_T.h
+++ b/ace/Timer_Heap_T.h
@@ -267,7 +267,7 @@ private:
#endif /* ACE_TEMPLATES_REQUIRE_SOURCE && !ACE_HAS_BROKEN_HPUX_TEMPLATES */
#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)
-#pragma implementation ("Timer_Heap_T.cpp")
+#pragma implementation "Timer_Heap_T.cpp"
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
#endif /* ACE_TIMER_HEAP_T_H */
diff --git a/ace/Timer_List_T.h b/ace/Timer_List_T.h
index 191803fd228..db78f57b475 100644
--- a/ace/Timer_List_T.h
+++ b/ace/Timer_List_T.h
@@ -188,7 +188,7 @@ private:
#endif /* ACE_TEMPLATES_REQUIRE_SOURCE && !ACE_HAS_BROKEN_HPUX_TEMPLATES */
#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)
-#pragma implementation ("Timer_List_T.cpp")
+#pragma implementation "Timer_List_T.cpp"
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
#endif /* ACE_TIMER_LIST_T_H */
diff --git a/ace/Timer_Queue_Adapters.h b/ace/Timer_Queue_Adapters.h
index c19081646f3..bbb1a24340e 100644
--- a/ace/Timer_Queue_Adapters.h
+++ b/ace/Timer_Queue_Adapters.h
@@ -208,7 +208,7 @@ private:
# endif /* ACE_TEMPLATES_REQUIRE_SOURCE */
# if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)
-# pragma implementation ("Timer_Queue_Adapters.cpp")
+# pragma implementation "Timer_Queue_Adapters.cpp"
# endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
#endif /* ACE_TIMER_QUEUE_ADAPTERS_H */
diff --git a/ace/Timer_Queue_T.h b/ace/Timer_Queue_T.h
index 2f60778cc3f..05c394dea43 100644
--- a/ace/Timer_Queue_T.h
+++ b/ace/Timer_Queue_T.h
@@ -376,7 +376,7 @@ public:
#endif /* ACE_TEMPLATES_REQUIRE_SOURCE && !ACE_HAS_BROKEN_HPUX_TEMPLATES */
#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)
-#pragma implementation ("Timer_Queue_T.cpp")
+#pragma implementation "Timer_Queue_T.cpp"
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
#endif /* ACE_TIMER_QUEUE_T_H */
diff --git a/ace/Timer_Wheel_T.h b/ace/Timer_Wheel_T.h
index 2c8976fca7d..2ce79d247fe 100644
--- a/ace/Timer_Wheel_T.h
+++ b/ace/Timer_Wheel_T.h
@@ -213,7 +213,7 @@ private:
#endif /* ACE_TEMPLATES_REQUIRE_SOURCE && !ACE_HAS_BROKEN_HPUX_TEMPLATES */
#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)
-#pragma implementation ("Timer_Wheel_T.cpp")
+#pragma implementation "Timer_Wheel_T.cpp"
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
#endif /* ACE_TIMER_WHEEL_T_H */
diff --git a/ace/Typed_SV_Message.h b/ace/Typed_SV_Message.h
index 5929b7e7a11..60465ab1bd8 100644
--- a/ace/Typed_SV_Message.h
+++ b/ace/Typed_SV_Message.h
@@ -86,7 +86,7 @@ private:
#endif /* ACE_TEMPLATES_REQUIRE_SOURCE */
#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)
-#pragma implementation ("Typed_SV_Message.cpp")
+#pragma implementation "Typed_SV_Message.cpp"
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
#endif /* ACE_TYPED_SV_MESSAGE_H */
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 */
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 */
diff --git a/apps/JAWS/clients/Caching/URL_Array_Helper.h b/apps/JAWS/clients/Caching/URL_Array_Helper.h
index f38f9ebf5dd..55101c5ca7f 100644
--- a/apps/JAWS/clients/Caching/URL_Array_Helper.h
+++ b/apps/JAWS/clients/Caching/URL_Array_Helper.h
@@ -34,7 +34,7 @@ size_t ace_array_decode (void *buf, T &x);
#endif /* ACE_TEMPLATES_REQUIRE_SOURCE */
#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)
-#pragma implementation ("URL_Array_Helper.cpp")
+#pragma implementation "URL_Array_Helper.cpp"
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
#endif /* ACE_URL_ARRAY_HELPER_H */
diff --git a/docs/tutorials/018/Test_T.h b/docs/tutorials/018/Test_T.h
index bb332a1b3db..47e0f0a118c 100644
--- a/docs/tutorials/018/Test_T.h
+++ b/docs/tutorials/018/Test_T.h
@@ -72,7 +72,7 @@ protected:
#endif /* ACE_TEMPLATES_REQUIRE_SOURCE */
#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)
-#pragma implementation ("Test_T.cpp")
+#pragma implementation "Test_T.cpp"
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
#endif // TEST_T_H
diff --git a/examples/Bounded_Packet_Relay/BPR_Drivers_T.h b/examples/Bounded_Packet_Relay/BPR_Drivers_T.h
index 8ad1b48564c..27e547de5b2 100644
--- a/examples/Bounded_Packet_Relay/BPR_Drivers_T.h
+++ b/examples/Bounded_Packet_Relay/BPR_Drivers_T.h
@@ -172,7 +172,7 @@ private:
#endif /* ACE_TEMPLATES_REQUIRE_SOURCE */
#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)
-#pragma implementation ("BPR_Drivers_T.cpp")
+#pragma implementation "BPR_Drivers_T.cpp"
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
#endif /* _BPR_DRIVERS_T_H_ */
diff --git a/examples/Timer_Queue/Driver.h b/examples/Timer_Queue/Driver.h
index 135272de0f4..c8d07fb82df 100644
--- a/examples/Timer_Queue/Driver.h
+++ b/examples/Timer_Queue/Driver.h
@@ -129,7 +129,7 @@ protected:
#endif /* ACE_TEMPLATES_REQUIRE_SOURCE */
#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)
-#pragma implementation ("Driver.cpp")
+#pragma implementation "Driver.cpp"
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
#endif /* _DRIVER_H_ */
diff --git a/netsvcs/lib/Base_Optimizer.h b/netsvcs/lib/Base_Optimizer.h
index 48cb5059eb8..e87ca889778 100644
--- a/netsvcs/lib/Base_Optimizer.h
+++ b/netsvcs/lib/Base_Optimizer.h
@@ -42,7 +42,7 @@ struct Base_Optimizer : public Base
#endif /* ACE_TEMPLATES_REQUIRE_SOURCE */
#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)
-#pragma implementation ("Base_Optimizer.cpp")
+#pragma implementation "Base_Optimizer.cpp"
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
#endif /* BASE_OPTIMIZER_H */
diff --git a/netsvcs/lib/Log_Message_Receiver.h b/netsvcs/lib/Log_Message_Receiver.h
index 8a182dd873f..9d060d67e75 100644
--- a/netsvcs/lib/Log_Message_Receiver.h
+++ b/netsvcs/lib/Log_Message_Receiver.h
@@ -205,7 +205,7 @@ private:
#endif /* ACE_TEMPLATES_REQUIRE_SOURCE */
#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)
-#pragma implementation ("Log_Message_Receiver.cpp")
+#pragma implementation "Log_Message_Receiver.cpp"
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
#endif /* LOG_MESSAGE_RECEIVER_H */
diff --git a/netsvcs/lib/Server_Logging_Handler_T.h b/netsvcs/lib/Server_Logging_Handler_T.h
index 9c0797f225e..67fdc156819 100644
--- a/netsvcs/lib/Server_Logging_Handler_T.h
+++ b/netsvcs/lib/Server_Logging_Handler_T.h
@@ -194,7 +194,7 @@ public:
#endif /* ACE_TEMPLATES_REQUIRE_SOURCE */
#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)
-#pragma implementation ("Server_Logging_Handler_T.cpp")
+#pragma implementation "Server_Logging_Handler_T.cpp"
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
#endif /* ACE_SERVER_LOGGING_HANDLER_T_H */