[Freeswitch-svn] [commit] r3923 - freeswitch/trunk/src/include

Freeswitch SVN mikej at freeswitch.org
Sat Jan 6 17:57:31 EST 2007


Author: mikej
Date: Sat Jan  6 17:57:31 2007
New Revision: 3923

Modified:
   freeswitch/trunk/src/include/switch_apr.h

Log:
add switch_time_exp_gmt_get for mishehu

Modified: freeswitch/trunk/src/include/switch_apr.h
==============================================================================
--- freeswitch/trunk/src/include/switch_apr.h	(original)
+++ freeswitch/trunk/src/include/switch_apr.h	Sat Jan  6 17:57:31 2007
@@ -1085,6 +1085,15 @@
 #define switch_time_now apr_time_now
 
 /**
+ * Convert time value from human readable format to a numeric apr_time_t that
+ * always represents GMT
+ * @param result the resulting imploded time
+ * @param input the input exploded time
+ */
+DoxyDefine(switch_status_t switch_time_exp_gmt_get(switch_time_t *result, switch_time_exp_t *input);)
+#define switch_time_exp_gmt_get apr_time_exp_gmt_get
+
+/**
  * formats the exploded time according to the format specified
  * @param s string to write to
  * @param retsize The length of the returned string



More information about the Freeswitch-svn mailing list