Browse CVS Repository
Diff of /xoonips/AL/index.h
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 49 |
}; |
}; |
| 50 |
|
|
| 51 |
typedef class index index_t; // "index"はどこか他の場所で使用されているらしい。 |
typedef class index index_t; // "index"はどこか他の場所で使用されているらしい。 |
| 52 |
|
typedef enum { |
| 53 |
|
NOT_CERTIFIED, |
| 54 |
|
CERTIFY_REQUIRED, |
| 55 |
|
CERTIFIED |
| 56 |
|
} certify_t; |
| 57 |
|
|
| 58 |
#endif |
#endif |
|
|
Legend:
| Removed from v.1.2 |
|
| changed lines |
| |
Added in v.1.3 |
|
|
|