Author: sayer
Date: 2008-07-14 21:45:32 +0200 (Mon, 14 Jul 2008)
New Revision: 1038

Modified:
   trunk/core/AmArg.cpp
   trunk/core/AmArg.h
Log:
added AmArg::clear function

Modified: trunk/core/AmArg.cpp
===================================================================
--- trunk/core/AmArg.cpp        2008-07-12 09:01:20 UTC (rev 1037)
+++ trunk/core/AmArg.cpp        2008-07-14 19:45:32 UTC (rev 1038)
@@ -326,3 +326,6 @@
   return res;                                  
 }                      
 
+void AmArg::clear() {
+  invalidate();
+}

Modified: trunk/core/AmArg.h
===================================================================
--- trunk/core/AmArg.h  2008-07-12 09:01:20 UTC (rev 1037)
+++ trunk/core/AmArg.h  2008-07-14 19:45:32 UTC (rev 1038)
@@ -268,6 +268,8 @@
    *   e.g. "ssif" -> [cstr, cstr, int, double]
    */
   void assertArrayFmt(const char* format) const;
+
+  void clear();
 };
 
 #endif

_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev

Reply via email to