Ciao guys,

    I hope I didn't make anything wrong with these changes. As I told Geoff 
a few days ago, I wanted to change all of the 'char *' returned types to 
'const String &', specially in the URL class (and the Server too, but they 
are really a few in here). This changes should give lots of benefits, 
regarding compilation and source editing as well as performance 
enhancements. Indeed, all of the strings in the URL objects are stored as 
String types. When we asked for them with a 'char *' type, there was an 
operator overloading method to be called (even if inline). And I think that 
we don't need a 'char *' to be returned as we don't need to modify the 
internal values from the outside of the class. Please tell me if I am wrong 
or not and if you agree or not with my thoughts and opinions.

    Please give a look at my changes. I got them compiled with no warnings. 
And you?

Ciao and thanks
-Gabriele
-------------------------------------------------
Gabriele Bartolini - Computer Programmer
U.O. Rete Civica - Comune di Prato
Prato - Italia - Europa
e-mail: [EMAIL PROTECTED]
http://www.po-net.prato.it
-------------------------------------------------
A "Supernova" is the celestial
equivalent of "rm -rf /*" with
root permissions.
-------------------------------------------------


------------------------------------
To unsubscribe from the htdig3-dev mailing list, send a message to
[EMAIL PROTECTED] 
You will receive a message to confirm this. 


Reply via email to