To make transition easier, we are preserving `make_from_c' as creation procedure in the STRING classes

and therefore we should use it instead of `make_from_c_pointer' that will be obsoleted soon.


git-svn-id: https://svn.origo.ethz.ch/eiffelstudio/trunk/Src/library/cURL@77047 8089f293-4706-0410-a29e-feb5c42a2edf
This commit is contained in:
manus
2009-02-06 22:45:24 +00:00
parent 816e5b4d6c
commit 9e27a52670

View File

@@ -31,7 +31,7 @@ create
make_empty,
make_filled,
make_from_string,
make_from_c_pointer,
make_from_c,
make_from_cil
note