Changeset 114 in pacpusframework for trunk/include/Pacpus/kernel
- Timestamp:
- Jun 25, 2013, 10:55:43 AM (11 years ago)
- Location:
- trunk/include/Pacpus/kernel
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/Pacpus/kernel/DbiteException.h
r87 r114 19 19 #include <exception> 20 20 #include <string> 21 22 #ifdef _MSC_VER 23 # pragma warning(push) 24 # pragma warning(disable: 4251) 25 #endif // _MSC_VER 21 26 22 27 namespace pacpus { … … 50 55 } // namespace pacpus 51 56 57 #ifdef _MSC_VER 58 # pragma warning(pop) 59 #endif // _MSC_VER 60 52 61 #endif // DEF_PACPUS_DBITEEXCEPTION_H -
trunk/include/Pacpus/kernel/DbiteFile.h
r76 r114 24 24 #include <string> 25 25 26 #ifdef _MSC_VER 27 # pragma warning(push) 28 # pragma warning(disable: 4251) 29 #endif // _MSC_VER 30 26 31 namespace pacpus { 27 32 … … 262 267 } // namespace pacpus 263 268 269 #ifdef _MSC_VER 270 # pragma warning(pop) 271 #endif // _MSC_VER 272 264 273 #endif // DEF_PACPUS_DBITEFILE_H
Note:
See TracChangeset
for help on using the changeset viewer.