Changeset 271 for middleware-offline/trunk/_src/eidmw/applayer/APLReader.h
- Timestamp:
- 10/21/14 22:29:01 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
middleware-offline/trunk/_src/eidmw/applayer/APLReader.h
r34 r271 81 81 82 82 class APL_ReaderContext; 83 class APL_CrlDownloadingCache;84 83 class APL_CryptoFwkPteid; 85 84 class APL_CertStatusCache; … … 179 178 CCardLayer *getCardLayer() const; 180 179 181 /**182 * Return the CRL download cache object183 *184 * NOT for using outside the library (NO EXPORT)185 */186 APL_CrlDownloadingCache *getCrlDownloadCache() const;187 180 188 181 /** … … 273 266 APL_CryptoFwkPteid *m_cryptoFwk; /**< Pointer to APL_CryptoFwkPteid */ 274 267 APL_CertStatusCache *m_certStatusCache; /**< Pointer to APL_CertStatusCache */ 275 APL_CrlDownloadingCache *m_crlDownloadCache; /**< Pointer to crl download cache */276 268 }; 277 269