Changeset 97

Show
Ignore:
Timestamp:
01/01/06 15:49:10 (3 years ago)
Author:
larsivi
Message:

Added static const member NONE.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ddl/ExportSymbol.d

    r66 r97  
    5656    */ 
    5757    public char[] name; 
     58 
     59        /** 
     60                Can be used as an empty symbol, e.g.  
     61                    return ExportSymbol.NONE; 
     62        */ 
     63        static const ExportSymbol NONE; 
    5864}