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

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