[BACK]Return to oxserv.h CVS log [TXT][DIR] Up to [local] / OpenXM / src / ox_ntl

Diff for /OpenXM/src/ox_ntl/oxserv.h between version 1.6 and 1.7

version 1.6, 2004/07/11 00:32:17 version 1.7, 2008/09/19 10:55:40
Line 1 
Line 1 
 /* $OpenXM: OpenXM/src/ox_ntl/oxserv.h,v 1.5 2004/07/05 10:08:35 ohara Exp $ */  /* $OpenXM: OpenXM/src/ox_ntl/oxserv.h,v 1.6 2004/07/11 00:32:17 iwane Exp $ */
   
 #ifndef __OX_SERVE_H__  #ifndef __OX_SERVE_H__
 #define __OX_SERVE_H__  #define __OX_SERVE_H__
Line 49  int  oxserv_set (int mode, void *, void *);
Line 49  int  oxserv_set (int mode, void *, void *);
 #define OXSERV_SET_CONVERT_CMO                  (0x03)  #define OXSERV_SET_CONVERT_CMO                  (0x03)
 #define OXSERV_SET_DELETE_CMO                   (0x04)  #define OXSERV_SET_DELETE_CMO                   (0x04)
 #define OXSERV_SET_GET_CMOTAG                   (0x05)  #define OXSERV_SET_GET_CMOTAG                   (0x05)
   #define OXSERV_SET_CONVERT_STR                  (0x06)
   
 #ifdef __cplusplus  #ifdef __cplusplus
 }  }

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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