8.5.1 IDLの定義
module CosNaming {
interface NamingContextFactory {
NamingContext create_context( );
oneway void shutdown( );
};
};
VisiBroker Version 5 Borland(R) Enterprise Server VisiBroker(R) プログラマーズリファレンス
8.5.1 IDLの定義
module CosNaming {
interface NamingContextFactory {
NamingContext create_context( );
oneway void shutdown( );
};
};