Ignore:
Timestamp:
Dec 18, 2011, 10:28:22 PM (14 years ago)
Author:
dmik
Message:

Merge branch gcc-kmk to trunk.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        1 bin
        2 Makefile.inc
         1env.cmd
         2LocalConfig.kmk
    • Property svn:mergeinfo set to
      /branches/gcc-kmkmergedeligible
  • trunk/tools/common/kFileSDF.cpp

    r8003 r21916  
    6767 *
    6868 */
    69 void kFileSDF::parseSDFFile(void *pvFile)
     69void kFileSDF::parseSDFFile(void *pvFile) throw (kError)
    7070{
    7171    /*
     
    160160 * @remark  Will throw error codes.
    161161 */
    162 kFileSDF::kFileSDF(kFile *pFile) :
     162kFileSDF::kFileSDF(kFile *pFile) throw (kError) :
    163163    kFileFormatBase(pFile), papStructs(NULL), pHdr(NULL), paTypes(NULL)
    164164{
     
    205205
    206206
    207 kFileSDF::~kFileSDF()
     207kFileSDF::~kFileSDF() throw (kError)
    208208{
    209209    if (papStructs);
Note: See TracChangeset for help on using the changeset viewer.