Changeset 6:55fdeeddb489 in hlibpp
- Timestamp:
- May 10, 2010 6:08:12 PM (3 years ago)
- Branch:
- default
- Location:
- src
- Files:
-
- 3 edited
-
hl_exception.h (modified) (1 diff)
-
hl_hashwrapper.h (modified) (2 diffs)
-
hl_sha1wrapper.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/hl_exception.h
r5 r6 49 49 50 50 //---------------------------------------------------------------------- 51 #ifdef _MSC_VER 52 HLPP_EXPIMP_TEMPLATE 53 template class HLPP_EXPORT std::allocator<char>; 54 55 HLPP_EXPIMP_TEMPLATE 56 template class HLPP_EXPORT std::_String_val<char, std::allocator<char> >; 57 58 HLPP_EXPIMP_TEMPLATE 59 template class HLPP_EXPORT std::basic_string<char, std::char_traits<char>, std::allocator<char> >; 60 #endif 61 62 //---------------------------------------------------------------------- 63 //hashlib++ includes 64 #include "hl_exception.h" 51 65 52 66 /** -
src/hl_hashwrapper.h
r5 r6 85 85 #include "hl_types.h" 86 86 87 #ifdef _MSC_VER 87 88 HLPP_EXPIMP_TEMPLATE 88 89 template class HLPP_EXPORT std::allocator<char>; … … 93 94 HLPP_EXPIMP_TEMPLATE 94 95 template class HLPP_EXPORT std::basic_string<char, std::char_traits<char>, std::allocator<char> >; 96 #endif 95 97 96 98 //---------------------------------------------------------------------- -
src/hl_sha1wrapper.h
r0 r6 64 64 * and hashIt() to create a hash. 65 65 */ 66 class sha1wrapper : public hashwrapper66 class HLPP_EXPORT sha1wrapper : public hashwrapper 67 67 { 68 68 protected:
Note: See TracChangeset
for help on using the changeset viewer.
