|
From: <wsh...@us...> - 2003-08-22 20:06:40
|
Update of /cvsroot/emc/rcslib/src/stg_clss
In directory sc8-pr-cvs1:/tmp/cvs-serv3769/src/stg_clss
Modified Files:
Tag: wps_multiplat_dev_branch
linklist.hh
Log Message:
.
Index: linklist.hh
===================================================================
RCS file: /cvsroot/emc/rcslib/src/stg_clss/linklist.hh,v
retrieving revision 4.35
retrieving revision 4.35.2.1
diff -C2 -d -r4.35 -r4.35.2.1
*** linklist.hh 6 May 2003 15:18:22 -0000 4.35
--- linklist.hh 22 Aug 2003 20:06:37 -0000 4.35.2.1
***************
*** 3,12 ****
#define LINKED_LIST_HH
- #ifndef DO_NOT_USE_RCSLIB
- #include "rcs_defs.hh" /* RCS_EXPORT, EXTERN_C_STD_HEADERS */
- #else
- #define RCS_EXPORT
- #endif
-
#ifdef EXTERN_C_STD_HEADERS
extern "C"
--- 3,6 ----
***************
*** 14,18 ****
#endif
! #include <stddef.h>
#ifdef DEBUG_MEMORY
--- 8,12 ----
#endif
! #include <stddef.h> // size_t
#ifdef DEBUG_MEMORY
***************
*** 39,43 ****
};
! class RCS_EXPORT RCS_LINKED_LIST_NODE
{
public:
--- 33,37 ----
};
! class RCS_LINKED_LIST_NODE
{
public:
***************
*** 53,57 ****
};
! class RCS_EXPORT RCS_LINKED_LIST
{
protected:
--- 47,51 ----
};
! class RCS_LINKED_LIST
{
protected:
|