//filename: Quoter.idl module Quoter { exception Invalid_Stock_Symbol {};// Used to report an invalid stock name // Forward declare the Stock interface interface Stock;
最后,我们把上面所有IDL组织在起并个模块中以避免对字空间污染,于是得到了Quoter.idl 文件。
//filename: Quoter.idl module Quoter { exception Invalid_Stock_Symbol {};// Used to report an invalid stock name // Forward declare the Stock interface interface Stock;
最后,我们把上面所有IDL组织在起并个模块中以避免对字空间污染,于是得到了Quoter.idl 文件。
声明:以上例句、词性分类均由互联网资源自动生成,部分未经过人工审核,其表达内容亦不代表本软件观点;若发现问题,欢迎向我们指正。