From a5e66cd3d277c869d8856183998244c1a6aa5a37 Mon Sep 17 00:00:00 2001 From: Brian West Date: Thu, 24 Apr 2008 02:47:34 +0000 Subject: [PATCH] we are not using this yet and it has no class in the cpp file git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8191 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/include/switch_cpp.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/include/switch_cpp.h b/src/include/switch_cpp.h index 3510a9ea2f..de16c93a73 100644 --- a/src/include/switch_cpp.h +++ b/src/include/switch_cpp.h @@ -90,13 +90,14 @@ typedef enum { 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: