CVS: beepcore-c/threaded_os/wrapper bp_notify.c,1.10,1.11 bp_notify.h,1.5,1.6 bp_wrapper.c,1.50,1.51 bp_wrapper.h,1.44,1.45 bp_wrapper_private.h,1.11,1.12 bpc_wrapper.c,1.25,1.26 profile_loader.c,1.12,1.13 profile_loader.h,1.4,1.5
Chris Hanson <[email protected]> Fri, 02 Aug 2002 08:08:35 -0700
| Newsgroups | gmane.network.beep.beepcore.c.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/beepcore-c/beepcore-c/threaded_os/wrapper
In directory usw-pr-cvs1:/tmp/cvs-serv31992/threaded_os/wrapper
Modified Files:
bp_notify.c bp_notify.h bp_wrapper.c bp_wrapper.h
bp_wrapper_private.h bpc_wrapper.c profile_loader.c
profile_loader.h
Log Message:
Reorganize symlinks to be under a single system directory, like this:
#include <beepcore-c/FOO.h>
Change install rules to put them there.
Index: bp_notify.c
===================================================================
RCS file: /cvsroot/beepcore-c/beepcore-c/threaded_os/wrapper/bp_notify.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** bp_notify.c 20 Apr 2002 21:46:55 -0000 1.10
--- bp_notify.c 2 Aug 2002 15:08:33 -0000 1.11
***************
*** 23,34 ****
#endif
#include <stdio.h>
! #include "../../utility/bp_queue.h"
! #include "../../core/generic/CBEEP.h"
! #include "../../core/generic/CBEEPint.h"
! #include "../transport/bp_fiostate.h"
! #include "../transport/bp_fcbeeptcp.h"
! #include "../utility/semutex.h"
! #include "../utility/workthread.h"
! #include "bp_notify.h"
#define STATIC
--- 23,34 ----
#endif
#include <stdio.h>
! #include <beepcore-c/bp_queue.h>
! #include <beepcore-c/CBEEP.h>
! #include <beepcore-c/CBEEPint.h>
! #include <beepcore-c/bp_fiostate.h>
! #include <beepcore-c/bp_fcbeeptcp.h>
! #include <beepcore-c/semutex.h>
! #include <beepcore-c/workthread.h>
! #include <beepcore-c/bp_notify.h>
#define STATIC
Index: bp_notify.h
===================================================================
RCS file: /cvsroot/beepcore-c/beepcore-c/threaded_os/wrapper/bp_notify.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** bp_notify.h 27 Mar 2002 08:53:41 -0000 1.5
--- bp_notify.h 2 Aug 2002 15:08:33 -0000 1.6
***************
*** 21,27 ****
#ifndef NOTIFY_H
#define NOTIFY_H 1
! #include "bp_wrapper.h"
! #include "bp_wrapper_private.h"
! #include "../../core/generic/CBEEP.h"
typedef struct
--- 21,27 ----
#ifndef NOTIFY_H
#define NOTIFY_H 1
! #include <beepcore-c/bp_wrapper.h>
! #include <beepcore-c/bp_wrapper_private.h>
! #include <beepcore-c/CBEEP.h>
typedef struct
Index: bp_wrapper.c
===================================================================
RCS file: /cvsroot/beepcore-c/beepcore-c/threaded_os/wrapper/bp_wrapper.c,v
retrieving revision 1.50
retrieving revision 1.51
diff -C2 -d -r1.50 -r1.51
*** bp_wrapper.c 27 Apr 2002 04:40:22 -0000 1.50
--- bp_wrapper.c 2 Aug 2002 15:08:33 -0000 1.51
***************
*** 30,50 ****
#include <sys/socket.h>
#endif
! #include "../utility/semutex.h"
#include <stdarg.h>
#include <stdlib.h>
#include <string.h>
! #include "bp_notify.h"
! #include "bp_wrapper.h"
! #include "bp_wrapper_private.h"
! #include "../utility/workthread.h"
! #include "../utility/logutil.h"
! #include "../../utility/bp_hash.h"
! #include "../../utility/bp_malloc.h"
! #include "../../utility/bp_queue.h"
! #include "../../utility/bp_slist_utility.h"
! #include "../../core/generic/CBEEP.h"
! #include "../transport/bp_fcbeeptcp.h"
! #include "../transport/bp_fiostate.h"
! #include "../../core/generic/CBEEPint.h"
#define STATIC
--- 30,50 ----
#include <sys/socket.h>
#endif
! #include <beepcore-c/semutex.h>
#include <stdarg.h>
#include <stdlib.h>
#include <string.h>
! #include <beepcore-c/bp_notify.h>
! #include <beepcore-c/bp_wrapper.h>
! #include <beepcore-c/bp_wrapper_private.h>
! #include <beepcore-c/workthread.h>
! #include <beepcore-c/logutil.h>
! #include <beepcore-c/bp_hash.h>
! #include <beepcore-c/bp_malloc.h>
! #include <beepcore-c/bp_queue.h>
! #include <beepcore-c/bp_slist_utility.h>
! #include <beepcore-c/CBEEP.h>
! #include <beepcore-c/bp_fcbeeptcp.h>
! #include <beepcore-c/bp_fiostate.h>
! #include <beepcore-c/CBEEPint.h>
#define STATIC
Index: bp_wrapper.h
===================================================================
RCS file: /cvsroot/beepcore-c/beepcore-c/threaded_os/wrapper/bp_wrapper.h,v
retrieving revision 1.44
retrieving revision 1.45
diff -C2 -d -r1.44 -r1.45
*** bp_wrapper.h 27 Apr 2002 04:40:22 -0000 1.44
--- bp_wrapper.h 2 Aug 2002 15:08:33 -0000 1.45
***************
*** 29,39 ****
#define BP_WRAPPER_H 1
! #include "../utility/semutex.h"
! #include "../../core/generic/CBEEP.h"
! #include "../../utility/bp_slist_utility.h"
! #include "../../utility/bp_malloc.h"
! #include "../utility/bp_config.h"
! #include "../transport/bp_fiostate.h"
! #include "../transport/bp_fpollmgr.h"
#if defined(__cplusplus)
--- 29,39 ----
#define BP_WRAPPER_H 1
! #include <beepcore-c/semutex.h>
! #include <beepcore-c/CBEEP.h>
! #include <beepcore-c/bp_slist_utility.h>
! #include <beepcore-c/bp_malloc.h>
! #include <beepcore-c/bp_config.h>
! #include <beepcore-c/bp_fiostate.h>
! #include <beepcore-c/bp_fpollmgr.h>
#if defined(__cplusplus)
***************
*** 62,66 ****
//@{
! //@Include: ../../core/generic/CBEEP.h
//@}
--- 62,66 ----
//@{
! //@Include: <beepcore-c/CBEEP.h>
//@}
***************
*** 153,157 ****
typedef struct BP_CONNECTION BP_CONNECTION;
! //@Include: ../transport/bp_tcp.h
//@}
--- 153,157 ----
typedef struct BP_CONNECTION BP_CONNECTION;
! //@Include: <beepcore-c/bp_tcp.h>
//@}
***************
*** 764,768 ****
typedef struct PROFILE_REGISTRATION PROFILE_REGISTRATION;
! //@Include: profile_loader.h
/**
--- 764,768 ----
typedef struct PROFILE_REGISTRATION PROFILE_REGISTRATION;
! //@Include: <beepcore-c/profile_loader.h>
/**
Index: bp_wrapper_private.h
===================================================================
RCS file: /cvsroot/beepcore-c/beepcore-c/threaded_os/wrapper/bp_wrapper_private.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** bp_wrapper_private.h 4 Apr 2002 05:15:42 -0000 1.11
--- bp_wrapper_private.h 2 Aug 2002 15:08:33 -0000 1.12
***************
*** 29,34 ****
#define BP_WRAPPER_PRIVATE_H 1
! #include "../transport/bp_fiostate.h"
! #include "bp_wrapper.h"
#ifdef WIN32
--- 29,34 ----
#define BP_WRAPPER_PRIVATE_H 1
! #include <beepcore-c/bp_fiostate.h>
! #include <beepcore-c/bp_wrapper.h>
#ifdef WIN32
Index: bpc_wrapper.c
===================================================================
RCS file: /cvsroot/beepcore-c/beepcore-c/threaded_os/wrapper/bpc_wrapper.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** bpc_wrapper.c 2 Aug 2002 00:00:57 -0000 1.25
--- bpc_wrapper.c 2 Aug 2002 15:08:33 -0000 1.26
***************
*** 24,28 ****
#include <assert.h>
! #include "../../core/generic/CBEEPint.h"
#ifndef WIN32
--- 24,28 ----
#include <assert.h>
! #include <beepcore-c/CBEEPint.h>
#ifndef WIN32
***************
*** 30,46 ****
#include <dlfcn.h>
#endif
! #include "../utility/semutex.h"
#include <stdlib.h>
#include <string.h>
! #include "bp_notify.h"
! #include "bp_wrapper.h"
! #include "../utility/logutil.h"
! #include "../../utility/bp_hash.h"
! #include "../../utility/bp_malloc.h"
! #include "../../utility/bp_queue.h"
! #include "../../utility/bp_slist_utility.h"
! #include "../../core/generic/CBEEP.h"
! #include "../transport/bp_fcbeeptcp.h"
! #include "../transport/bp_fiostate.h"
--- 30,46 ----
#include <dlfcn.h>
#endif
! #include <beepcore-c/semutex.h>
#include <stdlib.h>
#include <string.h>
! #include <beepcore-c/bp_notify.h>
! #include <beepcore-c/bp_wrapper.h>
! #include <beepcore-c/logutil.h>
! #include <beepcore-c/bp_hash.h>
! #include <beepcore-c/bp_malloc.h>
! #include <beepcore-c/bp_queue.h>
! #include <beepcore-c/bp_slist_utility.h>
! #include <beepcore-c/CBEEP.h>
! #include <beepcore-c/bp_fcbeeptcp.h>
! #include <beepcore-c/bp_fiostate.h>
Index: profile_loader.c
===================================================================
RCS file: /cvsroot/beepcore-c/beepcore-c/threaded_os/wrapper/profile_loader.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** profile_loader.c 27 Mar 2002 08:53:41 -0000 1.12
--- profile_loader.c 2 Aug 2002 15:08:33 -0000 1.13
***************
*** 24,28 ****
#ifndef WIN32
#include <unistd.h>
! #include "../utility/semutex.h"
#include <dlfcn.h>
#include <errno.h>
--- 24,28 ----
#ifndef WIN32
#include <unistd.h>
! #include <beepcore-c/semutex.h>
#include <dlfcn.h>
#include <errno.h>
***************
*** 34,39 ****
#include <stdlib.h>
#include <string.h>
! #include "profile_loader.h"
! #include "../utility/logutil.h"
--- 34,39 ----
#include <stdlib.h>
#include <string.h>
! #include <beepcore-c/profile_loader.h>
! #include <beepcore-c/logutil.h>
Index: profile_loader.h
===================================================================
RCS file: /cvsroot/beepcore-c/beepcore-c/threaded_os/wrapper/profile_loader.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** profile_loader.h 3 Nov 2001 17:10:15 -0000 1.4
--- profile_loader.h 2 Aug 2002 15:08:33 -0000 1.5
***************
*** 22,27 ****
*/
! #include "bp_wrapper.h"
! #include "../utility/bp_config.h"
/**
--- 22,27 ----
*/
! #include <beepcore-c/bp_wrapper.h>
! #include <beepcore-c/bp_config.h>
/**
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf