From 07fb0bd04e804374c08fcf7bd59840d9c6d2df7c Mon Sep 17 00:00:00 2001 From: avolkov Date: Mon, 27 Oct 2003 05:01:10 +0000 Subject: [PATCH] Interface changes: no more KIND ints, all context.name strings now; Initial version of Event system git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1287 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/sc2code/libs/cdp/cdpitfs.h | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 sc2/src/sc2code/libs/cdp/cdpitfs.h diff --git a/sc2/src/sc2code/libs/cdp/cdpitfs.h b/sc2/src/sc2code/libs/cdp/cdpitfs.h deleted file mode 100644 index c6f037444..000000000 --- a/sc2/src/sc2code/libs/cdp/cdpitfs.h +++ /dev/null @@ -1,23 +0,0 @@ -/* TODO: review/comment [inline]/change rules */ - -/* - * CDP Custom Interface KINDs repository - * - * Officially registered interfaces live here. The rules are: - * 1) anything up to 65536 is reserved for internal use - * 2) please (!) apply for your KIND (range) officially in UQM - * bugzilla (for now) - * 3) your choices for KIND names are either your email addy - * or your mod project name, followed by a brief but descriptive - * interface name; please keep is short, the final identifier - * has to be under 64 chars long - * 4) upon application, you get a KIND numerical range for your - * use; please use range sizes that are a multiple of 0x10 - * (self managed for now), but do not take more than 0x40 - * at once - * - * Sample: - * - * CDPITF_KIND_CODEPRO_AT_USA_NET_HANGAR = 0x00010001, - * CDPITF_KIND_CODEPRO_AT_USA_NET_IMAGEEFFECTS = 0x00010002, - */