[Freeswitch-branches] [commit] r11221 - freeswitch/branches/ctrix/mod_airpe

FreeSWITCH SVN ctrix at freeswitch.org
Thu Jan 15 01:25:38 PST 2009


Author: ctrix
Date: Thu Jan 15 03:25:37 2009
New Revision: 11221

Log:
Cosmetics

Modified:
   freeswitch/branches/ctrix/mod_airpe/airpe_if_common.c
   freeswitch/branches/ctrix/mod_airpe/airpe_if_x11.c

Modified: freeswitch/branches/ctrix/mod_airpe/airpe_if_common.c
==============================================================================
--- freeswitch/branches/ctrix/mod_airpe/airpe_if_common.c	(original)
+++ freeswitch/branches/ctrix/mod_airpe/airpe_if_common.c	Thu Jan 15 03:25:37 2009
@@ -533,8 +533,8 @@
 
     if      ( !strncmp( buf, "CURRENTUSERHANDLE", strlen("CURRENTUSERHANDLE")) ) {
 	/* The username that the client is using. */
-	// TODO ... if the user handle mismatches, disconnect the channel or simply disable
-	// all operations
+	/* TODO ... if the user handle mismatches, disconnect the channel or simply disable
+	   all operations */
     }
     else if ( !strncmp( buf, "USERSTATUS", strlen("USERSTATUS")) && argc > 1 ) {
 	/* The status of the user of the client (ex: NA, ONLINE) */

Modified: freeswitch/branches/ctrix/mod_airpe/airpe_if_x11.c
==============================================================================
--- freeswitch/branches/ctrix/mod_airpe/airpe_if_x11.c	(original)
+++ freeswitch/branches/ctrix/mod_airpe/airpe_if_x11.c	Thu Jan 15 03:25:37 2009
@@ -257,7 +257,6 @@
     	    return NULL;
 	}
 
-	// perform an events loop
 	XEvent an_event;
 	char buf[X11_MSG_LEN + 2] = ""; 
 	char buffer[SKYPE_MSG_LEN] = "";



More information about the Freeswitch-branches mailing list