cout << l-1 << endl;
return (any);
}
CORBA::Any *
Supplier_i::try_pull(CORBA::Boolean &has_event)
{
cout << "Pull Supplier: try_pull() called. Data : ";
CORBA::Any *any = new CORBA::Any();
*any <<= l++;
cout << l-1 << endl;
has_event = 1;
return (any);
}
int
延伸阅读
文章来源于领测软件测试网 https://www.ltesting.net/