Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 122141
Collapse All | Expand All

(-)old-mico/orb/orb.cc (-3 / +1 lines)
Lines 2474-2482 Link Here
2474
    // we need to know OA before calling
2474
    // we need to know OA before calling
2475
    // receive_request_service_context start point
2475
    // receive_request_service_context start point
2476
    // - it's called from init_invoke
2476
    // - it's called from init_invoke
2477
    ObjectAdapter *oa = NULL;
2477
    ObjectAdapter *oa = get_oa (obj);
2478
    if (!builtin_invoke (rec, obj, req, pr))
2479
	oa = get_oa (obj);
2480
#ifdef HAVE_THREADS
2478
#ifdef HAVE_THREADS
2481
	if (!cb && response_exp) 
2479
	if (!cb && response_exp) 
2482
	    cb = new ORBAsyncCallback;
2480
	    cb = new ORBAsyncCallback;

Return to bug 122141