summaryrefslogtreecommitdiff
path: root/TAO/examples/POA
diff options
context:
space:
mode:
authorkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-12-08 08:16:50 +0000
committerkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-12-08 08:16:50 +0000
commit7cdc38e0752db1dce07dbd287acc1b8ead2e07a7 (patch)
tree7ba6b8e60bae61815a6bb99c6950f2771cab580d /TAO/examples/POA
parent1408e7a177eab0c4b886deb22cbb0e3b8a95aaaa (diff)
downloadATCD-7cdc38e0752db1dce07dbd287acc1b8ead2e07a7.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/examples/POA')
-rw-r--r--TAO/examples/POA/On_Demand_Loading/Dir_Service_i.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/examples/POA/On_Demand_Loading/Dir_Service_i.cpp b/TAO/examples/POA/On_Demand_Loading/Dir_Service_i.cpp
index 9a9c5d157b7..16aeae65c70 100644
--- a/TAO/examples/POA/On_Demand_Loading/Dir_Service_i.cpp
+++ b/TAO/examples/POA/On_Demand_Loading/Dir_Service_i.cpp
@@ -76,9 +76,9 @@ Dir_Service_i::area_codes_info (CORBA::Environment &env)
ACE_UNUSED_ARG (env);
ACE_DEBUG ((LM_DEBUG,
"Some area_codes:\n"
- " Indianapolis 812\n"
- "St.Louis 314\n"
- "Sunnyvale 408\n"));
+ "Indianapolis 812\n"
+ "St.Louis 314\n"
+ "Sunnyvale 408\n"));
}