📄 ccm_clienthomeholder.java
字号:
package org.objectweb.ccm.demo3;
/**
* Generated from IDL definition of interface "CCM_ClientHome"
* @author JacORB IDL compiler
*/
public final class CCM_ClientHomeHolder implements org.omg.CORBA.portable.Streamable{
public CCM_ClientHome value;
public CCM_ClientHomeHolder ()
{
}
public CCM_ClientHomeHolder (final CCM_ClientHome initial)
{
value = initial;
}
public org.omg.CORBA.TypeCode _type ()
{
return CCM_ClientHomeHelper.type ();
}
public void _read (final org.omg.CORBA.portable.InputStream in)
{
value = CCM_ClientHomeHelper.read (in);
}
public void _write (final org.omg.CORBA.portable.OutputStream _out)
{
CCM_ClientHomeHelper.write (_out,value);
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -