Get rid of the prefix findOrInsert for the functions in CPlusPlus::Control.

This commit is contained in:
Roberto Raggi
2010-08-11 14:24:28 +02:00
parent f74ba9daef
commit 41b4af0501
17 changed files with 77 additions and 48 deletions

View File

@@ -220,7 +220,7 @@ public:
if (! other)
return 0;
return control()->findOrInsertIdentifier(other->chars(), other->size());
return control()->identifier(other->chars(), other->size());
}
public: