Changeset 21759 for branches/gcc-kmk/tools/common/kFileFormatBase.cpp
- Timestamp:
- Oct 29, 2011, 4:27:13 PM (14 years ago)
- File:
-
- 1 edited
-
branches/gcc-kmk/tools/common/kFileFormatBase.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/tools/common/kFileFormatBase.cpp
r8003 r21759 30 30 * @author knut st. osmundsen (knut.stange.osmundsen@mynd.no) 31 31 */ 32 kFileFormatBase::kFileFormatBase(kFile *pFile) 32 kFileFormatBase::kFileFormatBase(kFile *pFile) throw (kError) 33 33 : pFile(pFile) 34 34 { … … 42 42 * @author knut st. osmundsen (knut.stange.osmundsen@mynd.no) 43 43 */ 44 kFileFormatBase::~kFileFormatBase() 44 kFileFormatBase::~kFileFormatBase() throw (kError) 45 45 { 46 46 if (pFile)
Note:
See TracChangeset
for help on using the changeset viewer.
