Changeset 186 in dev for trunk/jenga/src/smoothie/Type.cpp


Ignore:
Timestamp:
Jun 25, 2007, 4:22:39 AM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/jenga/src/smoothie/Type.cpp

    r181 r186  
    169169    }
    170170
    171     throw SmoothieException();
     171    SmoothieException::Throw();
    172172
    173173    return 0;
     
    241241    if( basicType == DEF_STRUCT ){
    242242        if( !pClass ){
    243             throw SmoothieException();
     243            SmoothieException::Throw();
    244244            return 0;
    245245        }
     
    257257    }
    258258
    259     throw SmoothieException();
     259    SmoothieException::Throw();
    260260    return 0;
    261261}
     
    533533    }
    534534
    535     throw SmoothieException( 1 );
     535    SmoothieException::Throw( 1 );
    536536
    537537    return (string)"(null)";
Note: See TracChangeset for help on using the changeset viewer.