summaryrefslogtreecommitdiff
path: root/netsvcs/clients/Naming/Client/main.cpp
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-07-26 19:49:37 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-07-26 19:49:37 +0000
commit2de4c39e6d8113008456508306dc62d20b3ecc2d (patch)
tree8c8fe4ace70f094ec529a7c1fff24d56d5d8cea2 /netsvcs/clients/Naming/Client/main.cpp
parentb4fe550f92a509a574f38ff54d0ba04e85548972 (diff)
downloadATCD-2de4c39e6d8113008456508306dc62d20b3ecc2d.tar.gz
*** empty log message ***
Diffstat (limited to 'netsvcs/clients/Naming/Client/main.cpp')
-rw-r--r--netsvcs/clients/Naming/Client/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/netsvcs/clients/Naming/Client/main.cpp b/netsvcs/clients/Naming/Client/main.cpp
index 88d370aca66..93ecb8ba823 100644
--- a/netsvcs/clients/Naming/Client/main.cpp
+++ b/netsvcs/clients/Naming/Client/main.cpp
@@ -36,7 +36,7 @@ main (int argc, char *argv[])
// Run forever, performing the configured services until we are shut
// down by a SIGINT/SIGQUIT signal.
- ACE_Service_Config::run_reactor_event_loop ();
+ ACE_Reactor::run_event_loop ();
return 0;
}