** NOT PART OF TBOX BUILDS**

Upgraded blackConnect for M16.
Added make files for win


git-svn-id: svn://10.0.0.236/trunk@74148 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
idk%eng.sun.com
2000-07-13 03:36:02 +00:00
parent 9f71ef28c6
commit 1b048e4a15
26 changed files with 504 additions and 270 deletions

View File

@@ -62,8 +62,8 @@ void bcXPCOMStub::Dispatch(bcICall *call) {
}
//nb return value; excepion handling
XPTC_InvokeByIndex(object, mid, paramCount, params);
bcIMarshaler * m = call->GetMarshaler(); //nb ** to do
mt->Marshal(m);
//bcIMarshaler * m = call->GetMarshaler(); //nb ** to do
//mt->Marshal(m);
return;
}