Branch update for mygnokii2002_03_17_19_29nl
[gnokii.git] / include / gsm-common.h
index c91a4c5..dbbe24a 100644 (file)
@@ -301,11 +301,11 @@ typedef enum {
   GE_WRONGCOLORS,           /* Wrong colors in bitmap file */
   GE_INVALIDFILEFORMAT,     /* Invalid format of file */
   GE_SUBFORMATNOTSUPPORTED, /* Subformat of file not supported */
-  GE_TOOSHORT,              /* Too short file, structure, etc. to read */
+  GE_TOOSHORT,              /* Too short file, structure, etc. to read */ /*30*/
   GE_TOOLONG,               /* Too long file, structure, etc. to read */
   GE_INVALIDIMAGESIZE,      /* Invalid size of bitmap (in file, etc.) */
   GE_BUSY,                  /* Command is still being executed. */
-  GE_UNKNOWN,               /* Unknown error - well better than nothing!! */
+  GE_UNKNOWN,               /* Unknown error - well better than nothing!! */ /*34*/
   GE_NOACCESS,
   GE_USERCANCELED,
   GE_MEMORYFULL,
@@ -314,6 +314,7 @@ typedef enum {
   GE_INVALIDBOOKMARKLOCATION,
   GE_INSIDESETTINGSMENU,
   GE_INVALIDSETTINGSLOCATION,
+  GE_EMPTYSMSC,
   
   /* The following are here in anticipation of data call requirements. */