Author: sayer
Date: 2010-05-25 13:11:04 +0200 (Tue, 25 May 2010)
New Revision: 1928

Modified:
   trunk/core/AmArg.h
Log:
let AmArg be ArgObject (so AmArg can contain a reference to AmArg without the 
need to copy the whole value)

Modified: trunk/core/AmArg.h
===================================================================
--- trunk/core/AmArg.h  2010-05-25 09:57:44 UTC (rev 1927)
+++ trunk/core/AmArg.h  2010-05-25 11:11:04 UTC (rev 1928)
@@ -76,6 +76,7 @@
 
 /** \brief variable type argument for DynInvoke APIs */
 class AmArg
+: public ArgObject
 {
  public:
   // type enum

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

Reply via email to