| 1234567891011121314151617181920212223242526272829 |
- 2002-03-20 Martin Baulig <[email protected]>
- * SymbolToken.cs (GetToken): Implemented.
- 2002-03-05 Duncan Mak <[email protected]>
- * ISymbolWriter.cs:
- (DefineParameter) corrected typo in argument type.
- (SetMethodSourceRange): Fixed typo in method name.
- * ISymbolDocument.cs:
- (CheckSumAlgorithmId) Fixed typo.
- * ISymbolNamespace.cs:
- (GetVariable) Added missing method.
- 2002-02-05 Duncan Mak <[email protected]>
- * SymDocumentType.cs:
- * SymLanguageType.cs:
- * SymLanguageVendor.cs: Added to CVS.
- 2002-01-07 Duco Fijma <[email protected]>
- * Finilized SymAddressKind enum
- 2002-01-06 Duco Fijma <[email protected]>
- * Created SymAddressKind enum
- * Created all interfaces
- * Created dummy implementation for SymbolToken struct
|