commit | 254406e313f8fcb2b63e63494573673e82036dd9 | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Fri Jun 05 01:26:23 2009 -0700 |
committer | Alex Ray <aray@google.com> | Tue Jul 30 13:56:50 2013 -0700 |
tree | 11f0de9385efa9a7a96903dc43a7824e13fd2095 | |
parent | ba6a87f916cb706e510d541b1272edad1fb0b061 [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.