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/Procedure.cpp

    r181 r186  
    2020{
    2121    if( !pParentClass ){
    22         throw SmoothieException();
     22        SmoothieException::Throw();
    2323    }
    2424    return pParentClass->GetNamespaceScopes();
     
    2727{
    2828    if( !pParentClass ){
    29         throw SmoothieException();
     29        SmoothieException::Throw();
    3030    }
    3131    return pParentClass->GetImportedNamespaces();
     
    3333bool UserProc::IsEqualSymbol( const NamespaceScopes &namespaceScopes, const string &name ) const
    3434{
    35     throw SmoothieException();
     35    SmoothieException::Throw();
    3636    return false;
    3737}
Note: See TracChangeset for help on using the changeset viewer.