Author: sayer
Date: 2009-03-03 09:27:52 +0100 (Tue, 03 Mar 2009)
New Revision: 1291

Modified:
   trunk/core/AmArg.h
Log:
making assertArray() and assertStruct() publicly accessible


Modified: trunk/core/AmArg.h
===================================================================
--- trunk/core/AmArg.h  2009-03-03 08:26:24 UTC (rev 1290)
+++ trunk/core/AmArg.h  2009-03-03 08:27:52 UTC (rev 1291)
@@ -119,16 +119,15 @@
     ValueStruct*   v_struct;
   };
 
+  void invalidate();
 
+ public:
   void assertArray();
   void assertArray() const;
 
   void assertStruct();
   void assertStruct() const;
 
-  void invalidate();
-
- public:
  AmArg() 
    : type(Undef) 
   { }

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

Reply via email to