[Ace-users] [ace-bugs] netsvcs:"Name Service"; some extension for initialization of NameServerAcceptor; Name_Handler.*[patch] and fix

Johnny Willemsen jwillemsen at remedy.nl
Tue Dec 4 07:51:20 CST 2007


Hi,
	
Thanks, I have fixed this.

Johnny 

> -----Original Message-----
> From: Vladislav [mailto:vladislav at gtss.spb.ru] 
> Sent: Tuesday, December 04, 2007 10:38 AM
> To: 'Johnny Willemsen'
> Subject: RE: [ace-bugs] netsvcs:"Name Service";some extension 
> for initialization of NameServerAcceptor;Name_Handler.*[patch] and fix
> 
> My mistake 
> 
> 
> --- D:/!prj/acetao/gt_naming/Name_Handler.cpp	Tue Dec 04 12:36:08 2007
> +++ D:/!prj/acetao/gt_naming/1/Name_Handler.cpp	Mon Dec 
> 03 12:24:12 2007
> @@ -34,7 +34,7 @@
>  
>    // dont allow to connect to another name serever
>    if(this->naming_context()->name_options()->context() ==
> ACE_Naming_Context::NET_LOCAL )
> -
> this->naming_context()->name_options()->nameserver_host("localhost");
> +        this->naming_context()->name_options()->nameserver_host(
> ACE_TEXT("localhost") );
>    
>    if (this->naming_context()->open(
> this->naming_context()->name_options()->context() ) ==-1 ) 
>            ACE_ERROR_RETURN ((LM_ERROR,
> 
> 
> 
> 
> -----Original Message-----
> From: Johnny Willemsen [mailto:jwillemsen at remedy.nl] 
> Sent: Tuesday, December 04, 2007 12:29 PM
> To: 'Vladislav'
> Cc: ace-bugs at cs.wustl.edu
> Subject: RE: [ace-bugs] netsvcs:"Name Service";some extension for
> initialization of NameServerAcceptor;Name_Handler.*[patch] and fix
> 
> Hi,
> 
> > New methods don`t need be virtual ( it my omission, from my 
> workspace 
> > ).
> > Inline methods in header, or transfer to .cpp, or remove 
> and use field 
> > member.
> 
> Doug did correct these ones, but also the unicode builds fail 
> to compile,
> can you check if you changes compile with unicode enabled?
> 
> Regards,
> 
> Johnny Willemsen
> Remedy IT
> Postbus 101
> 2650 AC  Berkel en Rodenrijs
> The Netherlands
> www.theaceorb.nl / www.remedy.nl  
> 
> *** Integrated compile and test statistics see
> http://scoreboard.theaceorb.nl ***
> *** Commercial service and support for ACE/TAO/CIAO             ***
> *** See http://www.theaceorb.nl/en/support.html                 ***
> 
> 



More information about the Ace-users mailing list