param_test.mpc

来自「这是广泛使用的通信开源项目,对于大容量,高并发的通讯要求完全能够胜任,他广泛可用」· MPC 代码 · 共 67 行

MPC
67
字号
// -*- MPC -*-
// Param_Test.mpc,v 1.9 2003/12/23 21:04:50 dhinton Exp

project(*Server): messaging, taoexe, portableserver, minimum_corba {
  Source_Files {
    param_test_i.cpp
    server.cpp
  }
}

project(*Client): messaging, taoexe, portableserver, minimum_corba, dynamicinterface {
  exename  = client

  Source_Files {
    any.cpp
    bd_array_seq.cpp
    bd_long_seq.cpp
    bd_short_seq.cpp
    bd_string.cpp
    bd_struct_seq.cpp
    bd_str_seq.cpp
    bd_wstring.cpp
    bd_wstr_seq.cpp
    big_union.cpp
    client.cpp
    complex_any.cpp
    driver.cpp
    except.cpp
    fixed_array.cpp
    fixed_struct.cpp
    helper.cpp
    multdim_array.cpp
    nested_struct.cpp
    objref.cpp
    objref_struct.cpp
    options.cpp
    param_test_i.cpp
    recursive_struct.cpp
    recursive_union.cpp
    results.cpp
    short.cpp
    small_union.cpp
    typecode.cpp
    ub_any_seq.cpp
    ub_array_seq.cpp
    ub_long_seq.cpp
    ub_objref_seq.cpp
    ub_short_seq.cpp
    ub_string.cpp
    ub_struct_seq.cpp
    ub_str_seq.cpp
    ub_wstring.cpp
    ub_wstr_seq.cpp
    ulonglong.cpp
    var_array.cpp
    var_struct.cpp
  }
}

project(*Anyop): messaging, taoexe, portableserver, minimum_corba {
  Source_Files {
    param_testC.cpp
    anyop.cpp
  }
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?