|
From: <wsh...@us...> - 2003-08-22 20:06:39
|
Update of /cvsroot/emc/rcslib/src
In directory sc8-pr-cvs1:/tmp/cvs-serv3769/src
Modified Files:
Tag: wps_multiplat_dev_branch
rcs.hh rcsvers.hh
Log Message:
.
Index: rcs.hh
===================================================================
RCS file: /cvsroot/emc/rcslib/src/rcs.hh,v
retrieving revision 5.2.2.1
retrieving revision 5.2.2.2
diff -C2 -d -r5.2.2.1 -r5.2.2.2
*** rcs.hh 8 Aug 2003 14:21:06 -0000 5.2.2.1
--- rcs.hh 22 Aug 2003 20:06:36 -0000 5.2.2.2
***************
*** 60,78 ****
#if !defined(java) && !defined(rtlinux)
- /* Platform Specific Macros */
- #include "rcs_defs.hh" /* __MSDOS__, RCS_FAR, RCS_EXPORT */
/* Portable Print functions. */
#include "rcs_prnt.hh" /* rcs_print_ functions */
- /* MS-Windows functions to show output of rcs_print_ functions */
- #if defined(_WINDOWS) && !defined(gnuwin32)
- #include "win_prnt.hh" /* create_rcs_print_window() */
- #endif
-
/* Linked Lists etc. */
#include "linklist.hh" /* class RCS_LINKED_LIST */
! /* Neutral Manufacturing Language (NML) */
#include "nmlmsg.hh" /* class NMLmsg */
#include "nml.hh" /* class NML */
--- 60,71 ----
#if !defined(java) && !defined(rtlinux)
/* Portable Print functions. */
#include "rcs_prnt.hh" /* rcs_print_ functions */
/* Linked Lists etc. */
#include "linklist.hh" /* class RCS_LINKED_LIST */
! /* Neutral Messaging Language (NML) */
#include "nmlmsg.hh" /* class NMLmsg */
#include "nml.hh" /* class NML */
***************
*** 94,104 ****
/* System Utilities. */
#include "timer.hh" /* class RCS_TIMER, etime(),esleep() */
- #include "rcs_exit.hh" // rcs_exit(), attach_rcs_exit_list(),
- #include "inetfile.hh" // inet_file_open(), inet_file_close()
/* Pose/Vector/Matrix Math Classes */
#include "posemath.h"
-
/* class INIFILE */
#include "inifile.h"
--- 87,94 ----
***************
*** 135,137 ****
#endif
! #endif /* !defined(RCS_HH) */
--- 125,128 ----
#endif
! #endif
! /* !defined(RCS_HH) */
Index: rcsvers.hh
===================================================================
RCS file: /cvsroot/emc/rcslib/src/rcsvers.hh,v
retrieving revision 5.1.2.1
retrieving revision 5.1.2.2
diff -C2 -d -r5.1.2.1 -r5.1.2.2
*** rcsvers.hh 8 Aug 2003 14:21:07 -0000 5.1.2.1
--- rcsvers.hh 22 Aug 2003 20:06:36 -0000 5.1.2.2
***************
*** 6,12 ****
// Version Info
! #define RCS_VERSION "2003.6"
#define RCS_MAJOR_VERSION (2003)
! #define RCS_MINOR_VERSION (6)
--- 6,12 ----
// Version Info
! #define RCS_VERSION "2003.8"
#define RCS_MAJOR_VERSION (2003)
! #define RCS_MINOR_VERSION (8)
|