diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2002-04-16 17:35:07 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2002-04-16 17:35:07 +0000 |
commit | b6217d2f4defb6cafe576e089134cc939d1e227e (patch) | |
tree | d0a529e1ee96ceb52d2755e8271bbccdcb066faf | |
parent | c4b8cfbe0a480e339833a63c3990070d62e6ce1c (diff) | |
download | ATCD-b6217d2f4defb6cafe576e089134cc939d1e227e.tar.gz |
ChangeLogTag:Tue Apr 16 14:38:12 UTC 2002 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r-- | TAO/ChangeLogs/ChangeLog-02a | 7 | ||||
-rw-r--r-- | TAO/orbsvcs/orbsvcs/CosEvent/CEC_Event_Loader.cpp | 2 | ||||
-rw-r--r-- | THANKS | 1 | ||||
-rw-r--r-- | ace/Default_Constants.h | 1 | ||||
-rw-r--r-- | etc/DOC-way.html | 2 |
5 files changed, 10 insertions, 3 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a index 1d4e40f2bae..66021f4180f 100644 --- a/TAO/ChangeLogs/ChangeLog-02a +++ b/TAO/ChangeLogs/ChangeLog-02a @@ -1,3 +1,10 @@ +Tue Apr 16 07:26:18 2002 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu> + + * orbsvcs/orbsvcs/CosEvent/CEC_Event_Loader.cpp (create_object): + Added the ":" to the "-r" option. Thanks to Bharathi + Kangatharan <bharathi.kangatharan@baesystems.com> for reporting + this. + Tue Apr 16 09:31:19 2002 Priyanka Gontla <pgontla@ece.uci.edu> * orbsvcs/tests/Security/Big_Request/Makefile: diff --git a/TAO/orbsvcs/orbsvcs/CosEvent/CEC_Event_Loader.cpp b/TAO/orbsvcs/orbsvcs/CosEvent/CEC_Event_Loader.cpp index 4653c80eb69..cd65a8bbdf8 100644 --- a/TAO/orbsvcs/orbsvcs/CosEvent/CEC_Event_Loader.cpp +++ b/TAO/orbsvcs/orbsvcs/CosEvent/CEC_Event_Loader.cpp @@ -85,7 +85,7 @@ TAO_CEC_Event_Loader::create_object (CORBA::ORB_ptr orb, // Parse the options, check if we should bind with the naming // service and under what name... - ACE_Get_Opt get_opt (argc, argv, ACE_LIB_TEXT("o:n:xr")); + ACE_Get_Opt get_opt (argc, argv, ACE_LIB_TEXT("o:n:xr:")); int opt; const ACE_TCHAR *service_name = ACE_LIB_TEXT("CosEventService"); const ACE_TCHAR *ior_file = 0; @@ -1499,6 +1499,7 @@ Whitney Kew <Whitney.Kew@Invensys.com> Jaroslaw Nozderko <jareknz@polbox.com> Tom Phan <tomp@telhub.com> Andrew Guy <andrew.guy@monis.com> +Bharathi Kangatharan <bharathi.kangatharan@baesystems.com> I would particularly like to thank Paul Stephenson, who worked with me at Ericsson in the early 1990's. Paul devised the recursive Makefile diff --git a/ace/Default_Constants.h b/ace/Default_Constants.h index 8a20331792d..05967dab2a5 100644 --- a/ace/Default_Constants.h +++ b/ace/Default_Constants.h @@ -332,7 +332,6 @@ # endif /* ACE_NON_BLOCKING_BUG_DELAY */ # endif /*ACE_WIN32*/ - // Max size of an ACE Log Record data buffer. This can be reset in // the config.h file if you'd like to increase or decrease the size. # if !defined (ACE_MAXLOGMSGLEN) diff --git a/etc/DOC-way.html b/etc/DOC-way.html index 6f81a25c3c9..42488a42ecd 100644 --- a/etc/DOC-way.html +++ b/etc/DOC-way.html @@ -53,7 +53,7 @@ research group: <LI> Go ballroom dancing <LI> Drive <A HREF="http://www.cs.wustl.edu/~schmidt/gifs/vette.jpg">Corvettes</A> -<LI> Move one step closer to <A HREF="http://www.cs.wustl.edu/~schmidt/gifs/microsoft.gif">world domination</A> every day +<LI> Move one step closer to world domination every day. </UL> </BODY> |