vyuka:cviceni:x36dsv:zs2010-11-streda-virtab

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
vyuka:cviceni:x36dsv:zs2010-11-streda-virtab [2010/10/19 22:26] – xmlrpc 3.1.3 ihivyuka:cviceni:x36dsv:zs2010-11-streda-virtab [2010/11/24 07:47] (current) ihi
Line 5: Line 5:
  
 ===== XML-RPC ===== ===== XML-RPC =====
-  * URL: [[http://ftp.sh.cvut.cz/MIRRORS/apache//ws/xmlrpc/]]+  * URL: [[http://ftp.sh.cvut.cz/MIRRORS/apache/ws/xmlrpc/]] 
 + 
 +===== CORBA ===== 
 +Parametry ORB 
 +<code> 
 +-ORBInitialHost 192.168.30.118 -ORBInitialPort 54321 
 +</code> 
 + 
 +calc.idl 
 +<code> 
 +module Calculator { 
 + interface Calc { 
 + long secti(in long a, in long b); 
 + long odecti(in long a, in long b); 
 + }; 
 +}; 
 +</code> 
 + 
 +definice pole 
 +<code> 
 +module idl { 
 +  module data { 
 +    struct Game { 
 +      string gname; 
 +      GameState state; 
 +    }; 
 +  }; 
 +   
 +  interface IConnectFiveGame { 
 +    //definice jednorozmerneho pole 
 +    typedef sequence<data::Game> GamesT; 
 +  }; 
 +}; 
 +</code>
  • vyuka/cviceni/x36dsv/zs2010-11-streda-virtab.1287527193.txt.gz
  • Last modified: 2010/10/19 22:26
  • by ihi