harmonize function naming

This commit is contained in:
Bernhard Amann 2012-12-13 11:59:59 -08:00
parent 35ac787cd8
commit f03a8cae04
3 changed files with 5 additions and 5 deletions

View file

@ -30,7 +30,7 @@ class AsciiInputOutput {
bool ValToODesc(ODesc* desc, threading::Value* val, const threading::Field* field) const;
// convert the ascii representation of a field into a Value
threading::Value* EntryToVal(string s, string name, TypeTag type, TypeTag subtype = TYPE_ERROR) const;
threading::Value* StringToVal(string s, string name, TypeTag type, TypeTag subtype = TYPE_ERROR) const;
/** Helper method to render an IP address as a string.
*