commit | 8ed6beb515460001a0f5ee91b874289fbb053768 | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Fri Jun 05 01:26:23 2009 -0700 |
committer | Mathias Agopian <mathias@google.com> | Fri Jun 05 01:26:23 2009 -0700 |
tree | fe645b214341ec68150c1ea2677f314065f9b4a2 | |
parent | 49f372210b09c461f7c32dddd9170f9e8dad076f [diff] |
rename string_array.h to StringArray.h and move the implementation from the header file to a new cpp file. StringArray is used in two places in framework/base and in the Sim. Ideally we should get rid of it and use Vector<String8> instead of creating new code.