2 #include "PeerObject.h"
3 #include "Invocation.h"
5 PeerObject::PeerObject (long id
, const char *name
, PeerProcess
*)
12 PeerObject::~PeerObject ()
29 PeerObject::add_invocation (Invocation
*inv
)
31 this->invocations_
.enqueue_tail (inv
);
34 PeerObject::num_invocations ()
36 return this->invocations_
.size();
40 PeerObject::dump_detail (ostream
&strm
)
42 size_t s
= this->invocations_
.size();
43 strm
<< " " << this->name_
<< " has "