📄 authserverholder.java
字号:
package org.xmlBlaster.protocol.corba.authenticateIdl;/** * Generated from IDL interface "AuthServer" * @author JacORB IDL compiler V 2.1, 16-Feb-2004 */public final class AuthServerHolder implements org.omg.CORBA.portable.Streamable{ public AuthServer value; public AuthServerHolder() { } public AuthServerHolder (final AuthServer initial) { value = initial; } public org.omg.CORBA.TypeCode _type() { return AuthServerHelper.type(); } public void _read (final org.omg.CORBA.portable.InputStream in) { value = AuthServerHelper.read (in); } public void _write (final org.omg.CORBA.portable.OutputStream _out) { AuthServerHelper.write (_out,value); }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -