Changeset 317 in pacpusframework for trunk/include
- Timestamp:
- Jul 29, 2014, 6:04:20 PM (10 years ago)
- Location:
- trunk/include/Pacpus/kernel
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/Pacpus/kernel/DbiteException.h
r284 r317 28 28 { 29 29 public: 30 DbiteException(char const* what); 31 30 32 /// Ctor. 31 33 /// @param what Information about the exception. -
trunk/include/Pacpus/kernel/DbiteFile.h
r162 r317 38 38 /// @todo Documentation 39 39 struct FILELIB_API ReadModeTag {}; 40 std::ostream& operator<<(std::ostream& os, ReadModeTag const&); 40 41 /// @todo Documentation 41 42 FILELIB_API extern ReadModeTag ReadMode; … … 43 44 /// @todo Documentation 44 45 struct FILELIB_API WriteModeTag {}; 46 std::ostream& operator<<(std::ostream& os, WriteModeTag const&); 45 47 /// @todo Documentation 46 48 FILELIB_API extern WriteModeTag WriteMode; … … 48 50 /// @todo Documentation 49 51 struct FILELIB_API DiagnoseModeTag {}; 52 std::ostream& operator<<(std::ostream& os, DiagnoseModeTag const&); 50 53 /// @todo Documentation 51 54 FILELIB_API extern DiagnoseModeTag DiagnoseMode; -
trunk/include/Pacpus/kernel/PacpusException.h
r284 r317 36 36 { 37 37 public: 38 PacpusException(char const* what); 39 38 40 /// Ctor. 39 41 /// @param what Information about the exception.
Note:
See TracChangeset
for help on using the changeset viewer.