home *** CD-ROM | disk | FTP | other *** search
/ Computer Active 2010 August / CA08.iso / Darbas / kidoz_v1.air / kidoz.swf / scripts / mx / rpc / xml / DecodingContext.as < prev    next >
Encoding:
Text File  |  2009-05-06  |  299 b   |  18 lines

  1. package mx.rpc.xml
  2. {
  3.    public class DecodingContext
  4.    {
  5.       public var index:int = 0;
  6.       
  7.       public var anyIndex:int = -1;
  8.       
  9.       public var hasContextSiblings:Boolean = false;
  10.       
  11.       public function DecodingContext()
  12.       {
  13.          super();
  14.       }
  15.    }
  16. }
  17.  
  18.