mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-11-29 04:33:39 +00:00
touch source to test new ebuild system
Change-Id: I48b3e1d6b6f139d422e6eac80d9774b488192838 BUG=none TEST=none Review URL: http://codereview.chromium.org/3167030
This commit is contained in:
@@ -475,6 +475,7 @@ int main(int argc, char *argv[]) {
|
|||||||
bool set_new_value(GoogleBinaryBlockUtil::PROPINDEX id, const string &v) {
|
bool set_new_value(GoogleBinaryBlockUtil::PROPINDEX id, const string &v) {
|
||||||
if (find(id) != end())
|
if (find(id) != end())
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
(*this)[id] = v;
|
(*this)[id] = v;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
@@ -645,4 +646,3 @@ int main(int argc, char *argv[]) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#endif // WITH_UTIL_MAIN
|
#endif // WITH_UTIL_MAIN
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user