diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-12-30 06:50:29 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1996-12-30 06:50:29 +0000 |
commit | a5c4d8047ab58df5c45092e18ae503ad40518f0e (patch) | |
tree | daa1ac46caf738dfe049fd5ca5eafc0eb84a0eb0 /examples | |
parent | 645a9c1a4457349320e62d85af49f62e80da53c0 (diff) | |
download | ATCD-a5c4d8047ab58df5c45092e18ae503ad40518f0e.tar.gz |
foo
Diffstat (limited to 'examples')
-rw-r--r-- | examples/ASX/CCM_App/svc.conf | 2 | ||||
-rw-r--r-- | examples/Logger/Acceptor-server/server_loggerd.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/ASX/CCM_App/svc.conf b/examples/ASX/CCM_App/svc.conf index b083976607e..f77d9b14d9d 100644 --- a/examples/ASX/CCM_App/svc.conf +++ b/examples/ASX/CCM_App/svc.conf @@ -1,4 +1,4 @@ -static ACE_Service_Manager "-d -p 3911" +static ACE_Service_Manager "-d -p 4911" dynamic My_Task Service_Object *.shobj/CCM_App:make_task() "-p 3000" diff --git a/examples/Logger/Acceptor-server/server_loggerd.cpp b/examples/Logger/Acceptor-server/server_loggerd.cpp index 21776447b73..20522d9168c 100644 --- a/examples/Logger/Acceptor-server/server_loggerd.cpp +++ b/examples/Logger/Acceptor-server/server_loggerd.cpp @@ -1,6 +1,6 @@ -// This server daemon collects, formats, and displays logging // $Id$ +// This server daemon collects, formats, and displays logging // information forwarded from client daemons running on other hosts in // the network. In addition, this example illustrates how to use the // ACE_Reactor, ACE_Acceptor, ACE_Singleton, and ACE_Test_and_Set |