Changeset 21916 for trunk/tools/common/kFileFormatBase.cpp
- Timestamp:
- Dec 18, 2011, 10:28:22 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 1 bin 2 Makefile.inc 1 env.cmd 2 LocalConfig.kmk
-
-
Property svn:mergeinfo
set to
/branches/gcc-kmk merged eligible
- Property svn:ignore
-
trunk/tools/common/kFileFormatBase.cpp
r8003 r21916 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.