| 1234567891011121314151617 |
- /******************************************************************************/
- /******************************************************************************/
- // CS_CODE_SYNC_STATUS
- /******************************************************************************/
- class ElmCodeBase
- {
- UID id;
- Str data;
- void set(C UID &id, C Str &data);
- bool save(File &f)C;
- bool load(File &f);
- };
- /******************************************************************************/
- /******************************************************************************/
- /******************************************************************************/
|