Ignore:
Timestamp:
Jun 26, 2007, 5:04:29 AM (17 years ago)
Author:
dai_9181
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/jenga/include/smoothie/Variable.h

    r173 r192  
    5252    ~Variable(){}
    5353
     54    const NamespaceScopes &GetNamespaceScopes() const
     55    {
     56        return namespaceScopes;
     57    }
     58
    5459    void SetArray( const int *pSubScripts ){
    5560        isArray = true;
     
    6267    }
    6368
    64     bool IsEqualSymbol( const Symbol &symbol, bool isSupportStaticMember = true ) const;
     69    virtual bool IsEqualSymbol( const Symbol &symbol, bool isSupportStaticMember = true ) const = 0;
    6570
    6671    void ConstOff(){
Note: See TracChangeset for help on using the changeset viewer.