IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26977


Ignore:
Timestamp:
Feb 17, 2010, 1:56:36 PM (16 years ago)
Author:
bills
Message:

add macros for toggling the status of the revert tasks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/fake.pro

    r25693 r26977  
    4444    active false
    4545  end
     46end
     47macro fake.revert.off
     48    task fake.revert
     49        active false
     50    end
     51end
     52macro fake.revert.on
     53    task fake.revert
     54        active true
     55    end
    4656end
    4757
Note: See TracChangeset for help on using the changeset viewer.