home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 136 / MOBICLIC136.ISO / pc / DATA / HOTE / libs / amfphp / amfphp.swf / scripts / __Packages / mx / remoting / debug / commands / UpdateNetDebugConfig.as < prev   
Text File  |  2011-07-20  |  280b  |  13 lines

  1. class mx.remoting.debug.commands.UpdateNetDebugConfig extends mx.remoting.debug.commands.Local
  2. {
  3.    function UpdateNetDebugConfig()
  4.    {
  5.       super();
  6.    }
  7.    function UpdateNetDebugCommand(dataobj)
  8.    {
  9.       super();
  10.       this.init("updateConfig",dataobj);
  11.    }
  12. }
  13.