Added message constants for the application registration.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@412 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2002-07-23 23:42:11 +00:00
parent caf7e04f7f
commit e07bab9da6
1 changed files with 7 additions and 1 deletions

View File

@ -40,6 +40,11 @@ enum {
B_REG_ERROR = 'rger',
B_REG_GET_MIME_MESSENGER = 'rgmm',
B_REG_GET_CLIPBOARD_MESSENGER = 'rgcm',
B_REG_ADD_APP = 'rgaa',
B_REG_COMPLETE_REGISTRATION = 'rgcr',
B_REG_IS_PRE_REGISTERED = 'rgip',
B_REG_REMOVE_PRE_REGISTERED_APP = 'rgrp',
B_REG_REMOVE_APP = 'rgra',
};
// type constants
@ -51,7 +56,8 @@ enum {
#define B_REGISTRAR_ERROR_BASE (B_ERRORS_END + 1)
enum {
B_REG_ALREADY_REGISTERED = B_REGISTRAR_ERROR_BASE,
// not needed: We have B_ALREADY_RUNNING.
// B_REG_ALREADY_REGISTERED = B_REGISTRAR_ERROR_BASE,
};
#endif // REGISTRAR_DEFS_H