diff options
Diffstat (limited to 'tools/aapt2/ResourceTable.h')
-rw-r--r-- | tools/aapt2/ResourceTable.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/tools/aapt2/ResourceTable.h b/tools/aapt2/ResourceTable.h index df6081456605..6c246d0d81d6 100644 --- a/tools/aapt2/ResourceTable.h +++ b/tools/aapt2/ResourceTable.h @@ -290,14 +290,6 @@ public: private: ResourceTablePackage* findOrCreatePackage(const StringPiece& name); - bool addFileReferenceImpl(const ResourceNameRef& name, - const ConfigDescription& config, - const Source& source, - const StringPiece& path, - io::IFile* file, - const char* validChars, - IDiagnostics* diag); - bool addResourceImpl(const ResourceNameRef& name, const ResourceId& resId, const ConfigDescription& config, @@ -307,6 +299,14 @@ private: const CollisionResolverFunc& conflictResolver, IDiagnostics* diag); + bool addFileReferenceImpl(const ResourceNameRef& name, + const ConfigDescription& config, + const Source& source, + const StringPiece& path, + io::IFile* file, + const char* validChars, + IDiagnostics* diag); + bool setSymbolStateImpl(const ResourceNameRef& name, const ResourceId& resId, const Symbol& symbol, |