Updating API names for network range and memory culling before ASDK 1.2 tag.

This commit is contained in:
Scott Goodson
2015-05-21 22:43:38 -10:00
parent 38ecededaa
commit e3f0e66cb3
10 changed files with 50 additions and 47 deletions

View File

@@ -127,12 +127,12 @@
{
[super displayWillStart];
[self fetchRemoteData];
[self fetchData];
}
- (void)clearRemoteData
- (void)clearFetchedData
{
[super clearRemoteData];
[super clearFetchedData];
{
ASDN::MutexLocker l(_lock);
@@ -143,9 +143,9 @@
}
}
- (void)fetchRemoteData
- (void)fetchData
{
[super fetchRemoteData];
[super fetchData];
{
ASDN::MutexLocker l(_lock);