[Freeswitch-svn] [commit] r8191 - freeswitch/trunk/src/include
    Freeswitch SVN 
    brian at freeswitch.org
       
    Wed Apr 23 22:47:34 EDT 2008
    
    
  
Author: brian
Date: Wed Apr 23 22:47:34 2008
New Revision: 8191
Modified:
   freeswitch/trunk/src/include/switch_cpp.h
Log:
we are not using this yet and it has no class in the cpp file
Modified: freeswitch/trunk/src/include/switch_cpp.h
==============================================================================
--- freeswitch/trunk/src/include/switch_cpp.h	(original)
+++ freeswitch/trunk/src/include/switch_cpp.h	Wed Apr 23 22:47:34 2008
@@ -90,13 +90,14 @@
 	S_RDLOCK = (1 << 2)
 } session_flag_t;
 
-
+#if 0
 class switchEvent {
  protected:
 	switch_event_t *event;
  public:
 	switchEvent(switch_event_types_t event_id, const char *subclass_name);
 };
+#endif
 
 class CoreSession {
  protected:
    
    
More information about the Freeswitch-svn
mailing list