2 #include "TestInf/AppShutdown.h"
3 #include "ace/Time_Value.h"
7 for (unsigned i
= 0; i
< 5; i
++)
9 this->op_count_
[i
] = 0;
27 Foo_i::op2(CORBA::Long value
)
29 ACE_UNUSED_ARG(value
);
35 Foo_i::op3(CORBA::Long value
)
43 Foo_i::op4(CORBA::Long value
)
45 ACE_UNUSED_ARG(value
);
61 TheAppShutdown
->client_done();
66 Foo_i::gather_stats(Foo_Statistics
& stats
)
68 for (unsigned i
= 0; i
< 5; i
++)
70 stats
.actual(i
+ 1, this->op_count_
[i
]);