Changeset 267 for Include/com/decimal.ab


Ignore:
Timestamp:
Jun 2, 2007, 6:53:34 PM (17 years ago)
Author:
イグトランス (egtra)
Message:

COM関係を名前空間に入れた

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Include/com/decimal.ab

    r231 r267  
    44#require <com/variant.ab>
    55#require <com/currency.ab>
     6
     7Namespace ActiveBasic
     8Namespace COM
    69
    710Class Decimal
     
    369372    dec As DECIMAL
    370373End Class
     374
     375End Namespace 'COM
     376End Namespace 'ActiveBasic
Note: See TracChangeset for help on using the changeset viewer.