[BACK]Return to oxFunctionId.h CVS log [TXT][DIR] Up to [local] / OpenXM / src / kan96xx / plugin

Diff for /OpenXM/src/kan96xx/plugin/oxFunctionId.h between version 1.2 and 1.3

version 1.2, 2000/01/16 07:55:47 version 1.3, 2000/01/19 00:34:53
Line 1 
Line 1 
 /* $OpenXM$ */  /* $OpenXM: OpenXM/src/kan96xx/plugin/oxFunctionId.h,v 1.2 2000/01/16 07:55:47 takayama Exp $ */
 /* ox_function_id.h */  /* ox_function_id.h */
 /* If you add new add new SM_*,  /* If you add new add new SM_*,
    you also need to modify, KSmathcapByStruct()     you also need to modify, KSmathcapByStruct()
 */  */
   #define SM_PRIVATE            0x7fff0000
   
 #define SM_popSerializedLocalObject 258  #define SM_popSerializedLocalObject 258
 #define SM_popCMO 262  #define SM_popCMO 262
 #define SM_popString 263    /* result ==> string and send the string by CMO */  #define SM_popString 263    /* result ==> string and send the string by CMO */
Line 31 
Line 33 
 #define SM_control_ping  1027  #define SM_control_ping  1027
 #define SM_control_start_watch_thread 1028  #define SM_control_start_watch_thread 1028
 #define SM_control_stop_watch_thread 1029  #define SM_control_stop_watch_thread 1029
   
   

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>