vittoriom / RNFPlaceholder

A placeholder project for the work in progress framework RuntimeNetworkFoundation
MIT License
0 stars 0 forks source link

logger, cacheHandler and networkQueue should not return Class objects #54

Closed vittoriom closed 10 years ago

vittoriom commented 10 years ago

RNFEndpointConfiguration logger method is now -(id) and not -(Class) anymore, but it's still stored as a property in RNFEndpoint. networkQueue should not be retrieved every time from the configuration, however, and neither cacheHandler should. For this, these two parameters are left unchanged for now.