[Freeswitch-svn] [commit] r4758 - in freeswitch/trunk: . src/include w32/Library

Freeswitch SVN mikej at freeswitch.org
Fri Mar 23 23:29:25 EDT 2007


Author: mikej
Date: Fri Mar 23 23:29:24 2007
New Revision: 4758

Modified:
   freeswitch/trunk/Makefile.am
   freeswitch/trunk/src/include/switch.h
   freeswitch/trunk/src/include/switch_config.h
   freeswitch/trunk/src/include/switch_types.h
   freeswitch/trunk/w32/Library/FreeSwitchCore.vcproj

Log:
switch_config isn't used anymore.  leaving the .c and .h file there for now, we may remove them in the future.

Modified: freeswitch/trunk/Makefile.am
==============================================================================
--- freeswitch/trunk/Makefile.am	(original)
+++ freeswitch/trunk/Makefile.am	Fri Mar 23 23:29:24 2007
@@ -25,7 +25,6 @@
 src/switch_buffer.c \
 src/switch_caller.c \
 src/switch_channel.c \
-src/switch_config.c \
 src/switch_console.c \
 src/switch_core.c \
 src/switch_core_db.c\
@@ -52,7 +51,6 @@
 src/include/switch_buffer.h\
 src/include/switch_caller.h\
 src/include/switch_channel.h\
-src/include/switch_config.h\
 src/include/switch_console.h\
 src/include/switch_core.h\
 src/include/switch_core_db.h\

Modified: freeswitch/trunk/src/include/switch.h
==============================================================================
--- freeswitch/trunk/src/include/switch.h	(original)
+++ freeswitch/trunk/src/include/switch.h	Fri Mar 23 23:29:24 2007
@@ -79,7 +79,6 @@
 #include <switch_console.h>
 #include <switch_utils.h>
 #include <switch_caller.h>
-#include <switch_config.h>
 #include <switch_frame.h>
 #include <switch_module_interfaces.h>
 #include <switch_channel.h>

Modified: freeswitch/trunk/src/include/switch_config.h
==============================================================================
--- freeswitch/trunk/src/include/switch_config.h	(original)
+++ freeswitch/trunk/src/include/switch_config.h	Fri Mar 23 23:29:24 2007
@@ -60,6 +60,8 @@
 
 SWITCH_BEGIN_EXTERN_C
 
+typedef struct switch_config switch_config_t;
+
 /*! \brief A simple file handle representing an open configuration file **/
 struct switch_config {
 	/*! FILE stream buffer to the opened file */

Modified: freeswitch/trunk/src/include/switch_types.h
==============================================================================
--- freeswitch/trunk/src/include/switch_types.h	(original)
+++ freeswitch/trunk/src/include/switch_types.h	Fri Mar 23 23:29:24 2007
@@ -969,7 +969,6 @@
 typedef struct switch_codec_implementation switch_codec_implementation_t;
 typedef struct switch_buffer switch_buffer_t;
 typedef struct switch_codec_settings switch_codec_settings_t;
-typedef struct switch_config switch_config_t;
 
 typedef struct switch_io_event_hook_outgoing_channel switch_io_event_hook_outgoing_channel_t;
 typedef struct switch_io_event_hook_answer_channel switch_io_event_hook_answer_channel_t;

Modified: freeswitch/trunk/w32/Library/FreeSwitchCore.vcproj
==============================================================================
--- freeswitch/trunk/w32/Library/FreeSwitchCore.vcproj	(original)
+++ freeswitch/trunk/w32/Library/FreeSwitchCore.vcproj	Fri Mar 23 23:29:24 2007
@@ -240,10 +240,6 @@
 				>
 			</File>
 			<File
-				RelativePath="..\..\src\switch_config.c"
-				>
-			</File>
-			<File
 				RelativePath="..\..\src\switch_console.c"
 				>
 			</File>
@@ -322,10 +318,6 @@
 				>
 			</File>
 			<File
-				RelativePath="..\..\src\include\switch_config.h"
-				>
-			</File>
-			<File
 				RelativePath="..\..\src\include\switch_console.h"
 				>
 			</File>



More information about the Freeswitch-svn mailing list