Rename SharedMap to SharedArray

Reviewed By: @jdelong

Differential Revision: D976491
Esse commit está contido em:
Edwin Smith
2013-09-19 10:11:11 -07:00
commit de Sara Golemon
commit 210c6bd72e
8 arquivos alterados com 130 adições e 125 exclusões
+1 -1
Ver Arquivo
@@ -24,7 +24,7 @@
#include "hphp/runtime/base/runtime-option.h"
#include "hphp/runtime/base/runtime-error.h"
#include "hphp/runtime/base/variable-serializer.h"
#include "hphp/runtime/base/shared-map.h"
#include "hphp/runtime/base/shared-array.h"
#include "hphp/util/hash.h"
#include "hphp/util/lock.h"
#include "hphp/util/alloc.h"