Changeset 54 for Mulberry/trunk/Plug-ins/SMIME/sources/CSMIMEPluginDLL.h
- Timestamp:
- 05/06/07 10:34:36 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
Mulberry/trunk/Plug-ins/SMIME/sources/CSMIMEPluginDLL.h
r18 r54 152 152 cdstring mFingerprint; 153 153 }; 154 typedef svector<SCertificateLookup> SLookupList;154 typedef vector<SCertificateLookup> SLookupList; 155 155 156 156 struct SData … … 162 162 bool mDecryptPassphrase; 163 163 bool mDidSig; 164 svector<int>mCertErrors;164 vector<int> mCertErrors; 165 165 }; 166 166 SData* mData;