source:
trunk/FACT++/src/HeadersFSC.h@
14905
| Last change on this file since 14905 was 13914, checked in by , 13 years ago | |
|---|---|
| File size: 212 bytes | |
| Line | |
|---|---|
| 1 | #ifndef FACT_HeadersFSC |
| 2 | #define FACT_HeadersFSC |
| 3 | |
| 4 | namespace FSC |
| 5 | { |
| 6 | namespace State |
| 7 | { |
| 8 | enum states_t |
| 9 | { |
| 10 | kDisconnected = 1, |
| 11 | kConnected = 2, |
| 12 | }; |
| 13 | } |
| 14 | } |
| 15 | |
| 16 | #endif |
Note:
See TracBrowser
for help on using the repository browser.
