Ignore:
Timestamp:
06/28/06 13:49:23 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/tcpip/MDriveCom.h

    r7707 r7764  
    2929    enum
    3030    {
    31         kError    = 0x01,
    32         kMoving   = 0x02,
    33         kTracking = 0x04,
    34         kStopping = 0x08,
    35         kStopped  = 0x10,
    36         kStandby  = 0x20,
     31        kError      = 0x01,
     32        kMoving     = 0x02,
     33        kTracking   = 0x04,
     34        kStopping   = 0x08,
     35        kStopped    = 0x10,
     36        kStandby    = 0x20,
    3737        kMonitoring = 0x40
    3838    };
Note: See TracChangeset for help on using the changeset viewer.