From: Aleš Křenek Date: Fri, 2 Jul 2004 15:13:56 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: EXCEPTION~23 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=c3535fab66cff95b37c0fb8de54db37a5983bffd;p=jra1mw.git *** empty log message *** --- diff --git a/org.glite.lb.common/src/notifid.h b/org.glite.lb.common/src/notifid.h deleted file mode 100644 index fc52d01..0000000 --- a/org.glite.lb.common/src/notifid.h +++ /dev/null @@ -1,29 +0,0 @@ -#ifndef __EDG_WORKLOAD_LOGGING_COMMON_NOTIFID_H__ -#define __EDG_WORKLOAD_LOGGING_COMMON_NOTIFID_H__ - -#ident "$Header$" - -#ifdef __cplusplus -extern "C" { -#endif - -/** Notification handle. - * Refers to a particular registration for receiving notifications. - */ -typedef void *edg_wll_NotifId; - -/** Parse and unparse the Id. */ -int edg_wll_NotifIdParse(const char *,edg_wll_NotifId *); -char* edg_wll_NotifIdUnparse(const edg_wll_NotifId); - -int edg_wll_NotifIdCreate(const char *,int,edg_wll_NotifId *); -void edg_wll_NotifIdFree(edg_wll_NotifId); - -void edg_wll_NotifIdGetServerParts(const edg_wll_NotifId, char **, unsigned int *); -char *edg_wll_NotifIdGetUnique(const edg_wll_NotifId); -int edg_wll_NotifIdSetUnique(edg_wll_NotifId *, const char *); - -#ifdef __cplusplus -} -#endif -#endif