home *** CD-ROM | disk | FTP | other *** search
- /*
- * COMPONENT_NAME: somx
- *
- * ORIGINS: 27
- *
- *
- * 10H9767, 10H9769 (C) COPYRIGHT International Business Machines Corp. 1992,1994
- * All Rights Reserved
- * Licensed Materials - Property of IBM
- * US Government Users Restricted Rights - Use, duplication or
- * disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- */
- /* %Z% %I% %W% %G% %U% [%H% %T%] */
-
- /*
- *
- * DISCLAIMER OF WARRANTIES.
- * The following [enclosed] code is sample code created by IBM
- * Corporation. This sample code is not part of any standard or IBM
- * product and is provided to you solely for the purpose of assisting
- * you in the development of your applications. The code is provided
- * "AS IS". IBM MAKES NO WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT
- * NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
- * FOR A PARTICULAR PURPOSE, REGARDING THE FUNCTION OR PERFORMANCE OF
- * THIS CODE. IBM shall not be liable for any damages arising out of
- * your use of the sample code, even if they have been advised of the
- * possibility of such damages.
- *
- * DISTRIBUTION.
- * This sample code can be freely distributed, copied, altered, and
- * incorporated into other software, provided that it bears the above
- * Copyright notice and DISCLAIMER intact.
- */
-
-
- #define IDM_REGPROC 100
- #define IDM_UNREGPROC 101
- #define IDM_REGSOCK 102
- #define IDM_UNREGSOCK 103
- #define IDM_REGTIMER 104
- #define IDM_UNREGTIMER 105
- #define IDM_UPDTIMER 106
- #define IDM_CLIENT1 107
- #define IDM_CLIENT2 108
- #define IDM_SEND 109
- #define IDM_QUIT 110
- #define IDM_SENDTOPARENT 111
- #define ID_CMD 112
-
- /* NLS messages */
- /* must be ID of 1st message */
- #define STARTNLSID 1001
- #define EMANSAMPLEERRORID 1001
- #define UnknownCommandId 1002
- #define CallbackId 1003
- #define ClientEventDataId 1004
- #define UnknownEventTypeId 1005
- #define DestroyId 1006
- #define EventType1Id 1007
- #define HelloMomId 1008
- #define EventType2Id 1009
- #define HelloDadId 1010
- #define SOMEventMgrId 1011
- #define StartEMANLoopId 1012
- #define LeftEMANLoopId 1013
- #define QuittingId 1014
- /* must be ID of last message */
- #define ENDNLSID 1014
-