X-Git-Url: http://git.buserror.net/cgi-bin/gitweb.cgi?p=polintos%2Fscott%2Fpriv.git;a=blobdiff_plain;f=lib%2Fc%2B%2B%2Forb.cc;h=64df51756c86939a8106b11d8bad6137533bd617;hp=636ee9a9a8694930f973912c476b4c369f15d944;hb=cc1bee96fd874ff2c85c765f81ec2f4ba4584b9d;hpb=9fa824211a5dcb9a87d18b45d604599748dbff6c diff --git a/lib/c++/orb.cc b/lib/c++/orb.cc index 636ee9a..64df517 100644 --- a/lib/c++/orb.cc +++ b/lib/c++/orb.cc @@ -66,7 +66,7 @@ namespace RunTime { return reinterpret_cast(__builtin_return_address(0)); } - void exception_to_array(::System::VStruct *ex, Array *ar) + void exception_to_array(::System::VStruct *ex, Array *ar) { // FIXME: marshall struct } @@ -95,7 +95,7 @@ namespace RunTime { extern "C" void abort(); extern "C" void handle_message(::System::RunTime::ParamInfoBlock *pib, - ::System::RunTime::Array *ex_arr) + ::System::RunTime::Array *ex_arr) { try { ::System::RunTime::Priv::handle_message(pib);