Implementation of the write function to use by the Writers.

This commit is contained in:
Vreixo Formoso
2007-12-18 00:37:24 +01:00
parent 257b08bfcf
commit 36894d6a23
4 changed files with 31 additions and 1 deletions

View File

@ -21,6 +21,8 @@
#define ISO_INTERRUPTED -5
#define ISO_WRONG_ARG_VALUE -6
#define ISO_WRITE_ERROR -10
#define ISO_NODE_ALREADY_ADDED -50
#define ISO_NODE_NAME_NOT_UNIQUE -51
#define ISO_NODE_NOT_ADDED_TO_DIR -52