CVS: beepcore-c/threaded_os/wrapper bp_notify.c,1.11,1.12 bp_wrapper.c,1.51,1.52 bp_wrapper.h,1.45,1.46

Chris Hanson <[email protected]> Tue, 13 Aug 2002 10:15:42 -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-serv11404/threaded_os/wrapper

Modified Files:
	bp_notify.c bp_wrapper.c bp_wrapper.h 
Log Message:
Eliminate use of // comments in C programs.

Index: bp_notify.c
===================================================================
RCS file: /cvsroot/beepcore-c/beepcore-c/threaded_os/wrapper/bp_notify.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** bp_notify.c	2 Aug 2002 15:08:33 -0000	1.11
--- bp_notify.c	13 Aug 2002 17:15:39 -0000	1.12
***************
*** 248,252 ****
      }
  
!     // how do I get a close data from here?
      SEM_WAIT(&wrap->callback_lock);
      inst->profile->pro_close_confirmation(inst->profile, commitflag, NULL,
--- 248,252 ----
      }
  
!     /* how do I get a close data from here? */
      SEM_WAIT(&wrap->callback_lock);
      inst->profile->pro_close_confirmation(inst->profile, commitflag, NULL,

Index: bp_wrapper.c
===================================================================
RCS file: /cvsroot/beepcore-c/beepcore-c/threaded_os/wrapper/bp_wrapper.c,v
retrieving revision 1.51
retrieving revision 1.52
diff -C2 -d -r1.51 -r1.52
*** bp_wrapper.c	2 Aug 2002 15:08:33 -0000	1.51
--- bp_wrapper.c	13 Aug 2002 17:15:39 -0000	1.52
***************
*** 714,718 ****
              SEM_POST(&wrap->callback_lock);
              SEM_WAIT(&wrap->lock);
!             // if there was an error set, then send it
              if (inst->diagnostic || inst->outbound) {
                  break;
--- 714,718 ----
              SEM_POST(&wrap->callback_lock);
              SEM_WAIT(&wrap->lock);
!             /* if there was an error set, then send it */
              if (inst->diagnostic || inst->outbound) {
                  break;

Index: bp_wrapper.h
===================================================================
RCS file: /cvsroot/beepcore-c/beepcore-c/threaded_os/wrapper/bp_wrapper.h,v
retrieving revision 1.45
retrieving revision 1.46
diff -C2 -d -r1.45 -r1.46
*** bp_wrapper.h	2 Aug 2002 15:08:33 -0000	1.45
--- bp_wrapper.h	13 Aug 2002 17:15:39 -0000	1.46
***************
*** 61,67 ****
   **/
  
! //@{
! //@Include: <beepcore-c/CBEEP.h>
! //@}
  
  /**
--- 61,67 ----
   **/
  
! /* @{ */
! /* @Include: <beepcore-c/CBEEP.h> */
! /* @} */
  
  /**
***************
*** 69,73 ****
   **/
  
! //@{
  
  /**
--- 69,73 ----
   **/
  
! /* @{ */
  
  /**
***************
*** 153,159 ****
  typedef struct BP_CONNECTION BP_CONNECTION;
  
! //@Include: <beepcore-c/bp_tcp.h>
  
! //@}
  
  /**
--- 153,159 ----
  typedef struct BP_CONNECTION BP_CONNECTION;
  
! /* @Include: <beepcore-c/bp_tcp.h> */
  
! /* @} */
  
  /**
***************
*** 198,202 ****
   **/
  
! //@{
  
      /**
--- 198,202 ----
   **/
  
! /* @{ */
  
      /**
***************
*** 482,486 ****
  #define PRO_ACTION_FAILURE		'-'
  
! //@}
  
      long user_long1;
--- 482,486 ----
  #define PRO_ACTION_FAILURE		'-'
  
! /* @} */
  
      long user_long1;
***************
*** 495,499 ****
   * @name Registration structure and functions
   **/
! //@{
  
  /**
--- 495,499 ----
   * @name Registration structure and functions
   **/
! /* @{ */
  
  /**
***************
*** 589,593 ****
   * Defines the function pointers for "outer" callbacks invoked by the wrapper. 
   **/
! //@{
  
      /**
--- 589,593 ----
   * Defines the function pointers for "outer" callbacks invoked by the wrapper. 
   **/
! /* @{ */
  
      /**
***************
*** 757,761 ****
      void (*proreg_window_full)(struct PROFILE_INSTANCE *);
  
! //@}
  
      void *user_ptr;
--- 757,761 ----
      void (*proreg_window_full)(struct PROFILE_INSTANCE *);
  
! /* @} */
  
      void *user_ptr;
***************
*** 764,768 ****
  typedef struct PROFILE_REGISTRATION  PROFILE_REGISTRATION;
  
! //@Include: <beepcore-c/profile_loader.h>
  
  /**
--- 764,768 ----
  typedef struct PROFILE_REGISTRATION  PROFILE_REGISTRATION;
  
! /* @Include: <beepcore-c/profile_loader.h> */
  
  /**
***************
*** 837,851 ****
  bp_profile_registration_chain_destroy(struct BP_CONNECTION *conn, 
                                        struct PROFILE_REGISTRATION *pr);
! //@}
  
  /**
   * @name Wrapper API functions
   **/
! //@{
  
  /**
   * @name Library Initialization
   **/
! //@{
  
  /**
--- 837,851 ----
  bp_profile_registration_chain_destroy(struct BP_CONNECTION *conn, 
                                        struct PROFILE_REGISTRATION *pr);
! /* @} */
  
  /**
   * @name Wrapper API functions
   **/
! /* @{ */
  
  /**
   * @name Library Initialization
   **/
! /* @{ */
  
  /**
***************
*** 881,890 ****
  extern int bp_library_cleanup(void);
  
! //@}
  
  /**
   * @name Connection Management
   **/
! //@{
  
  /**
--- 881,890 ----
  extern int bp_library_cleanup(void);
  
! /* @} */
  
  /**
   * @name Connection Management
   **/
! /* @{ */
  
  /**
***************
*** 1004,1013 ****
                     char *fmt, ...);
  
! //@}
  
  /**
   * @name Session Management
   **/
! //@{
  
  /**
--- 1004,1013 ----
                     char *fmt, ...);
  
! /* @} */
  
  /**
   * @name Session Management
   **/
! /* @{ */
  
  /**
***************
*** 1185,1194 ****
  extern IO_STATE* bp_get_iostate(struct BP_CONNECTION *conn);
  
! //@}
  
  /**
   * @name Channel Management
   **/
! //@{
  
  /**
--- 1185,1194 ----
  extern IO_STATE* bp_get_iostate(struct BP_CONNECTION *conn);
  
! /* @} */
  
  /**
   * @name Channel Management
   **/
! /* @{ */
  
  /**
***************
*** 1479,1488 ****
                                        char *mode);
  
! //@}
  
  /**
   * @name Diagnostic Management
   **/
! //@{
  
  /**
--- 1479,1488 ----
                                        char *mode);
  
! /* @} */
  
  /**
   * @name Diagnostic Management
   **/
! /* @{ */
  
  /**
***************
*** 1521,1532 ****
                                    struct diagnostic *d);
  
! //@}
  
! //@}
  
  /**
   * @name Channel Instance structure and functions
   **/
! //@{
  
  /**
--- 1521,1532 ----
                                    struct diagnostic *d);
  
! /* @} */
  
! /* @} */
  
  /**
   * @name Channel Instance structure and functions
   **/
! /* @{ */
  
  /**
***************
*** 1640,1644 ****
   * @name Buffer Management
   **/
! //@{
  
  /**
--- 1640,1644 ----
   * @name Buffer Management
   **/
! /* @{ */
  
  /**
***************
*** 1781,1790 ****
                                  struct frame *f);
  
! //@}
  
  /**
   * @name Frame Management
   **/
! //@{
  
  /**
--- 1781,1790 ----
                                  struct frame *f);
  
! /* @} */
  
  /**
   * @name Frame Management
   **/
! /* @{ */
  
  /**
***************
*** 1942,1948 ****
  extern struct frame* bpc_b2f (CHANNEL_INSTANCE* inst, char* buffer);
  
! //@}
  
! //@}
  
  /*
--- 1942,1948 ----
  extern struct frame* bpc_b2f (CHANNEL_INSTANCE* inst, char* buffer);
  
! /* @} */
  
! /* @} */
  
  /*



-------------------------------------------------------
This sf.net email is sponsored by: Dice - The leading online job board
for high-tech professionals. Search and apply for tech jobs today!
http://seeker.dice.com/seeker.epl?rel_code=31