summaryrefslogtreecommitdiff
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
parent7739bdcf75d9b58c67ea0c3f53d7851f05151db7 (diff)
downloadATCD-2a6e2b30f0512eb0470ebb317c57635cc07d7532.tar.gz
replace () around #pragma implementation argument
-rw-r--r--TAO/TAO_IDL/be/be_codegen.cpp4
-rw-r--r--TAO/examples/Simple/Simple_util.h2
-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_T.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
61 files changed, 62 insertions, 62 deletions
diff --git a/TAO/TAO_IDL/be/be_codegen.cpp b/TAO/TAO_IDL/be/be_codegen.cpp
index 6525e71c3a4..0f01073a00d 100644
--- a/TAO/TAO_IDL/be/be_codegen.cpp
+++ b/TAO/TAO_IDL/be/be_codegen.cpp
@@ -675,8 +675,8 @@ TAO_CodeGen::end_server_template_header (void)
// insert the code to include the template pragma
*this->server_template_header_
<< "\n#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)\n";
- *this->server_template_header_ << "#pragma implementation \"" <<
- idl_global->be_get_server_template_skeleton_fname (1) << "\"\n";
+ *this->server_template_header_ << "#pragma implementation (\"" <<
+ idl_global->be_get_server_template_skeleton_fname (1) << "\")\n";
*this->server_template_header_ << "#endif /* defined REQUIRED PRAGMA */\n\n";
*this->server_template_header_ << "#if defined(_MSC_VER)\n"
diff --git a/TAO/examples/Simple/Simple_util.h b/TAO/examples/Simple/Simple_util.h
index 4450f29e19d..6f5a8f99966 100644
--- a/TAO/examples/Simple/Simple_util.h
+++ b/TAO/examples/Simple/Simple_util.h
@@ -150,7 +150,7 @@ protected:
#include "Simple_util.cpp"
#endif /* ACE_TEMPLATES_REQUIRE_SOURCE */
#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)
-#pragma implementation "Simple_util.cpp"
+#pragma implementation ("Simple_util.cpp")
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
#endif /* TAO_UTIL_H */
diff --git a/TAO/orbsvcs/orbsvcs/AV/Endpoint_Strategy_T.h b/TAO/orbsvcs/orbsvcs/AV/Endpoint_Strategy_T.h
index 99189e71fc4..8483ce20a34 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 ff7a52c3e98..f3f24f0e460 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 7769e883064..5d6cc452e52 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 293d79b6d85..ab1137cb540 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 18e93f79a2f..14511d111a4 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 89e77666fa6..df7a7fe49e2 100644
--- a/TAO/tao/poa_T.h
+++ b/TAO/tao/poa_T.h
@@ -46,7 +46,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 ce04d519e67..9d8550ef924 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 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 */
diff --git a/TAO/tests/Param_Test/client.h b/TAO/tests/Param_Test/client.h
index 7be74892f29..adab6ad81fc 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 66bec8777b7..d42360a35e8 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 70ff20670d9..faa4a450607 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 758db33867a..41f3ce435ea 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 fdaf33c5b30..e6639638e2d 100644
--- a/ace/Auto_Ptr.h
+++ b/ace/Auto_Ptr.h
@@ -129,7 +129,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 c25af4e16bb..e5dbc821641 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 f4809c09e9d..6e607beeb4b 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 2dd190f1d55..361430dc9fb 100644
--- a/ace/Containers_T.h
+++ b/ace/Containers_T.h
@@ -1585,7 +1585,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 bd52476f8f9..ca4f5e45d7b 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 e13f562fd24..45caa8ef4f5 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 d7cd3298763..be8879c092c 100644
--- a/ace/Env_Value_T.h
+++ b/ace/Env_Value_T.h
@@ -144,7 +144,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 2b2f218c657..f32a110d011 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 ad35ac295ad..44a9ef0e3e0 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 052b10fa993..710a2a22218 100644
--- a/ace/Functor_T.h
+++ b/ace/Functor_T.h
@@ -134,7 +134,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 3e2385dd778..36d65b46cb0 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_T.h b/ace/Hash_Map_Manager_T.h
index a05bee99170..e9ab623d08c 100644
--- a/ace/Hash_Map_Manager_T.h
+++ b/ace/Hash_Map_Manager_T.h
@@ -576,7 +576,7 @@ public:
#endif /* ACE_TEMPLATES_REQUIRE_SOURCE */
#if defined (ACE_TEMPLATES_REQUIRE_PRAGMA)
-#pragma implementation "Hash_Map_Manager_T.cpp"
+#pragma implementation ("Hash_Map_Manager_T.cpp")
#endif /* ACE_TEMPLATES_REQUIRE_PRAGMA */
#endif /* ACE_HASH_MAP_MANAGER_T_H */
diff --git a/ace/IOStream_T.h b/ace/IOStream_T.h
index 5eecc923616..86e0c6bf645 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 aed8b8b4e5c..f7838ca79dd 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 88f828fd8b7..dc0434f8ac6 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 db2c0440145..4c49896d923 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 bd24204c562..1eee00516c3 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 8f7f3d90c9c..4d305266dcf 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 250c40bbd35..330b391da47 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 d373b435641..95ece558c3a 100644
--- a/ace/Message_Queue_T.h
+++ b/ace/Message_Queue_T.h
@@ -658,7 +658,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 dd862bf23d0..c32d41ef5f4 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 30f56376a2d..a58a07d540f 100644
--- a/ace/RB_Tree.h
+++ b/ace/RB_Tree.h
@@ -262,7 +262,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 ad467881e08..0c85859f460 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 2d0d42d8d90..14bb6461ccb 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 ec609474053..cdca19b3608 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 65566c8b5f3..58fd26c2b61 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 c2be76c1308..733f8efd614 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 b7500e5711a..b84b825be42 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 85bc500ab04..0447145a972 100644
--- a/ace/Synch_T.h
+++ b/ace/Synch_T.h
@@ -971,7 +971,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 725eaa55dcf..60b4ef5c5dc 100644
--- a/ace/Task_T.h
+++ b/ace/Task_T.h
@@ -159,7 +159,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 b186ea2b36e..fe5e031396c 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 beb93323bc6..da22bbdd28a 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 19eb33a18aa..784e57acfbc 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 db78f57b475..191803fd228 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 bbb1a24340e..c19081646f3 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 05c394dea43..2f60778cc3f 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 2ce79d247fe..2c8976fca7d 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 60465ab1bd8..5929b7e7a11 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 9156416cb4b..cd791c1f119 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 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 */
diff --git a/apps/JAWS/clients/Caching/URL_Array_Helper.h b/apps/JAWS/clients/Caching/URL_Array_Helper.h
index 55101c5ca7f..f38f9ebf5dd 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 47e0f0a118c..bb332a1b3db 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 27e547de5b2..8ad1b48564c 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 c8d07fb82df..135272de0f4 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 e87ca889778..48cb5059eb8 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 9d060d67e75..8a182dd873f 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 67fdc156819..9c0797f225e 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 */