📄 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 + -