diff options
| author | 2010-08-11 00:45:44 -0700 | |
|---|---|---|
| committer | 2010-08-11 00:45:44 -0700 | |
| commit | a5ae50cd838b5725c63ed485292aae4edd1a98cb (patch) | |
| tree | 0c9934f9d4725973dfb5f064dc434c1ea28dfc83 /libs/utils/AssetManager.cpp | |
| parent | 2725a6551261044318e42ccc9ebeabed7edf5ee7 (diff) | |
| parent | 08d5b8fad8d46ccb64db2fdcb4d66972ec87bf48 (diff) | |
Merge "More native work." into gingerbread
Diffstat (limited to 'libs/utils/AssetManager.cpp')
| -rw-r--r-- | libs/utils/AssetManager.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libs/utils/AssetManager.cpp b/libs/utils/AssetManager.cpp index 60a0d82e255d..e09e755861dc 100644 --- a/libs/utils/AssetManager.cpp +++ b/libs/utils/AssetManager.cpp @@ -232,6 +232,12 @@ void AssetManager::setConfiguration(const ResTable_config& config, const char* l } } +void AssetManager::getConfiguration(ResTable_config* outConfig) const +{ + AutoMutex _l(mLock); + *outConfig = *mConfig; +} + /* * Open an asset. * |