?? clientholder.java
字號:
package org.objectweb.ccm.demo3;
/**
* Generated from IDL definition of interface "Client"
* @author JacORB IDL compiler
*/
public final class ClientHolder implements org.omg.CORBA.portable.Streamable{
public Client value;
public ClientHolder ()
{
}
public ClientHolder (final Client initial)
{
value = initial;
}
public org.omg.CORBA.TypeCode _type ()
{
return ClientHelper.type ();
}
public void _read (final org.omg.CORBA.portable.InputStream in)
{
value = ClientHelper.read (in);
}
public void _write (final org.omg.CORBA.portable.OutputStream _out)
{
ClientHelper.write (_out,value);
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -