CVS: beepcore-c/threaded_os/c++/core BEEPException.h,1.2,1.3 CallbackEngine.h,1.2,1.3 Channel.h,1.2,1.3 Common.h,1.4,1.5 Data.cpp,1.2,1.3 Frame.h,1.4,1.5 Peer.cpp,1.6,1.7 Peer.h,1.3,1.4 Profile.cpp,1.6,1.7 ProfileRegistration.h,1.4,1.5 Session.cpp,1.5,1.6 Session.h,1.4,1.5 SimpleProfile.cpp,1.4,1.5

Chris Hanson <[email protected]> Fri, 02 Aug 2002 08:27:42 -0700
Newsgroups gmane.network.beep.beepcore.c.cvs
Message-ID <[email protected]>
Update of /cvsroot/beepcore-c/beepcore-c/threaded_os/c++/core
In directory usw-pr-cvs1:/tmp/cvs-serv6381/core

Modified Files:
	BEEPException.h CallbackEngine.h Channel.h Common.h Data.cpp 
	Frame.h Peer.cpp Peer.h Profile.cpp ProfileRegistration.h 
	Session.cpp Session.h SimpleProfile.cpp 
Log Message:
Update references to C headers to reflect new structure.


Index: BEEPException.h
===================================================================
RCS file: /cvsroot/beepcore-c/beepcore-c/threaded_os/c++/core/BEEPException.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** BEEPException.h	17 Aug 2001 21:36:18 -0000	1.2
--- BEEPException.h	2 Aug 2002 15:27:40 -0000	1.3
***************
*** 24,28 ****
  #endif // _MSC_VER > 1000
  
! //#include "bp_wrapper.h"
  //#include "Session.h"
  
--- 24,28 ----
  #endif // _MSC_VER > 1000
  
! //#include <beepcore-c/bp_wrapper.h>
  //#include "Session.h"
  

Index: CallbackEngine.h
===================================================================
RCS file: /cvsroot/beepcore-c/beepcore-c/threaded_os/c++/core/CallbackEngine.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** CallbackEngine.h	17 Aug 2001 21:36:18 -0000	1.2
--- CallbackEngine.h	2 Aug 2002 15:27:40 -0000	1.3
***************
*** 27,31 ****
  
  #if !defined(WIN32)
! #include "bp_wrapper.h"
  #endif
  
--- 27,31 ----
  
  #if !defined(WIN32)
! #include <beepcore-c/bp_wrapper.h>
  #endif
  

Index: Channel.h
===================================================================
RCS file: /cvsroot/beepcore-c/beepcore-c/threaded_os/c++/core/Channel.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Channel.h	17 Aug 2001 21:36:18 -0000	1.2
--- Channel.h	2 Aug 2002 15:27:40 -0000	1.3
***************
*** 26,30 ****
  class DataListener;
  class Session;
! #include "bp_wrapper.h"
  #include "Frame.h"
  #include "Message.h"
--- 26,30 ----
  class DataListener;
  class Session;
! #include <beepcore-c/bp_wrapper.h>
  #include "Frame.h"
  #include "Message.h"

Index: Common.h
===================================================================
RCS file: /cvsroot/beepcore-c/beepcore-c/threaded_os/c++/core/Common.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Common.h	23 Aug 2001 14:52:56 -0000	1.4
--- Common.h	2 Aug 2002 15:27:40 -0000	1.5
***************
*** 29,33 ****
  #include <string.h>
  
! #include "../../utility/semutex.h"
  
  //#include <iostream.h>
--- 29,33 ----
  #include <string.h>
  
! #include <beepcore-c/semutex.h>
  
  //#include <iostream.h>

Index: Data.cpp
===================================================================
RCS file: /cvsroot/beepcore-c/beepcore-c/threaded_os/c++/core/Data.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Data.cpp	17 Aug 2001 21:36:18 -0000	1.2
--- Data.cpp	2 Aug 2002 15:27:40 -0000	1.3
***************
*** 19,23 ****
  #include "Common.h"
  #include "Data.h"
! #include "bp_config.h"
  
  //////////////////////////////////////////////////////////////////////
--- 19,23 ----
  #include "Common.h"
  #include "Data.h"
! #include <beepcore-c/bp_config.h>
  
  //////////////////////////////////////////////////////////////////////

Index: Frame.h
===================================================================
RCS file: /cvsroot/beepcore-c/beepcore-c/threaded_os/c++/core/Frame.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Frame.h	23 Aug 2001 14:52:56 -0000	1.4
--- Frame.h	2 Aug 2002 15:27:40 -0000	1.5
***************
*** 31,41 ****
  #pragma warning(disable:4786)
  #include <windows.h>
! #include "../../utility/semutex.h"
  #endif
  
  extern "C"
  {
! #include "../../core/generic/CBEEP.h"
! #include "../wrapper/bp_wrapper.h"
  }
  
--- 31,41 ----
  #pragma warning(disable:4786)
  #include <windows.h>
! #include <beepcore-c/semutex.h>
  #endif
  
  extern "C"
  {
! #include <beepcore-c/CBEEP.h>
! #include <beepcore-c/bp_wrapper.h>
  }
  

Index: Peer.cpp
===================================================================
RCS file: /cvsroot/beepcore-c/beepcore-c/threaded_os/c++/core/Peer.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** Peer.cpp	10 Nov 2001 01:02:51 -0000	1.6
--- Peer.cpp	2 Aug 2002 15:27:40 -0000	1.7
***************
*** 24,33 ****
  #include "Peer.h"
  #include "PeerConfiguration.h"
! #include "bp_fcbeeptcp.h"
! #include "bp_wrapper.h"
! #include "logutil.h"
! #include "bp_malloc.h"
! #include "bp_config.h"
! #include "bp_slist_utility.h"
  #include "cbtcphelper.h"
  #include <stdio.h>
--- 24,33 ----
  #include "Peer.h"
  #include "PeerConfiguration.h"
! #include <beepcore-c/bp_fcbeeptcp.h>
! #include <beepcore-c/bp_wrapper.h>
! #include <beepcore-c/logutil.h>
! #include <beepcore-c/bp_malloc.h>
! #include <beepcore-c/bp_config.h>
! #include <beepcore-c/bp_slist_utility.h>
  #include "cbtcphelper.h"
  #include <stdio.h>

Index: Peer.h
===================================================================
RCS file: /cvsroot/beepcore-c/beepcore-c/threaded_os/c++/core/Peer.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Peer.h	22 Aug 2001 16:38:13 -0000	1.3
--- Peer.h	2 Aug 2002 15:27:40 -0000	1.4
***************
*** 30,34 ****
  #include "SessionContext.h"
  #include "Thread.h"
! #include "bp_wrapper.h"
  
  
--- 30,34 ----
  #include "SessionContext.h"
  #include "Thread.h"
! #include <beepcore-c/bp_wrapper.h>
  
  

Index: Profile.cpp
===================================================================
RCS file: /cvsroot/beepcore-c/beepcore-c/threaded_os/c++/core/Profile.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** Profile.cpp	10 Nov 2001 01:02:51 -0000	1.6
--- Profile.cpp	2 Aug 2002 15:27:40 -0000	1.7
***************
*** 19,23 ****
  #pragma warning( disable:4786 )
  
! #include "bp_wrapper.h"
  #include "Session.h"
  #include "Profile.h"
--- 19,23 ----
  #pragma warning( disable:4786 )
  
! #include <beepcore-c/bp_wrapper.h>
  #include "Session.h"
  #include "Profile.h"

Index: ProfileRegistration.h
===================================================================
RCS file: /cvsroot/beepcore-c/beepcore-c/threaded_os/c++/core/ProfileRegistration.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** ProfileRegistration.h	24 Aug 2001 21:37:44 -0000	1.4
--- ProfileRegistration.h	2 Aug 2002 15:27:40 -0000	1.5
***************
*** 29,33 ****
  // in lower layers whenever that becomes more clear.
  
! #include "bp_wrapper.h"
  
  class Profile;
--- 29,33 ----
  // in lower layers whenever that becomes more clear.
  
! #include <beepcore-c/bp_wrapper.h>
  
  class Profile;

Index: Session.cpp
===================================================================
RCS file: /cvsroot/beepcore-c/beepcore-c/threaded_os/c++/core/Session.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** Session.cpp	10 Nov 2001 01:02:51 -0000	1.5
--- Session.cpp	2 Aug 2002 15:27:40 -0000	1.6
***************
*** 26,32 ****
  #include "StartChannelException.h"
  #include "Thread.h"
! #include "CBEEP.h"
  #include "Peer.h"
! #include "logutil.h"
  
  PendingMessagesMap Session::czm = PendingMessagesMap();
--- 26,32 ----
  #include "StartChannelException.h"
  #include "Thread.h"
! #include <beepcore-c/CBEEP.h>
  #include "Peer.h"
! #include <beepcore-c/logutil.h>
  
  PendingMessagesMap Session::czm = PendingMessagesMap();

Index: Session.h
===================================================================
RCS file: /cvsroot/beepcore-c/beepcore-c/threaded_os/c++/core/Session.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Session.h	25 Sep 2001 14:48:27 -0000	1.4
--- Session.h	2 Aug 2002 15:27:40 -0000	1.5
***************
*** 32,36 ****
  #include "StartChannelException.h"
  #include "BEEPException.h"
! #include "bp_wrapper.h"
  
  #ifdef WIN32
--- 32,36 ----
  #include "StartChannelException.h"
  #include "BEEPException.h"
! #include <beepcore-c/bp_wrapper.h>
  
  #ifdef WIN32

Index: SimpleProfile.cpp
===================================================================
RCS file: /cvsroot/beepcore-c/beepcore-c/threaded_os/c++/core/SimpleProfile.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** SimpleProfile.cpp	10 Nov 2001 01:02:51 -0000	1.4
--- SimpleProfile.cpp	2 Aug 2002 15:27:40 -0000	1.5
***************
*** 19,26 ****
  
  #include "SimpleProfile.h"
! #include "CBEEP.h"
! #include "CBEEPint.h"
  #include "Channel.h"
! #include "bp_wrapper.h"
  #include "Session.h"
  #include "Thread.h"
--- 19,26 ----
  
  #include "SimpleProfile.h"
! #include <beepcore-c/CBEEP.h>
! #include <beepcore-c/CBEEPint.h>
  #include "Channel.h"
! #include <beepcore-c/bp_wrapper.h>
  #include "Session.h"
  #include "Thread.h"



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf