?? _ccm_servermanagerimplicitlocalbase.java
字號:
package org.objectweb.ccm.demo3;
/**
* Abstract base class for implementations of local interface CCM_ServerManagerImplicit
* @author JacORB IDL compiler.
*/
public abstract class _CCM_ServerManagerImplicitLocalBase
extends org.omg.CORBA.LocalObject
implements CCM_ServerManagerImplicit
{
private String[] _type_ids = {"IDL:ccm.objectweb.org/demo3/CCM_ServerManagerImplicit:1.0"};
public String[] _ids() {
return(String[])_type_ids.clone();
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -