From e07bab9da6a3ca9681fd7d4461dcdc664eeec9e2 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Tue, 23 Jul 2002 23:42:11 +0000 Subject: [PATCH] Added message constants for the application registration. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@412 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/private/app/RegistrarDefs.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/headers/private/app/RegistrarDefs.h b/headers/private/app/RegistrarDefs.h index 20d9f7691f..91110dadf0 100644 --- a/headers/private/app/RegistrarDefs.h +++ b/headers/private/app/RegistrarDefs.h @@ -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