Use a variable on the stack to not have a temporary in the call
[ACE_TAO.git] / TAO / performance-tests / POA / Implicit_Activation / Simple.cpp
blob8bcaab684a287d17a6410ad7ae8fdde40fa1d78d
1 #include "Simple.h"
3 Simple::Simple ()
7 void
8 Simple::destroy ()
10 PortableServer::POA_var poa = this->_default_POA ();
12 PortableServer::ObjectId_var oid =
13 poa->servant_to_id (this);
15 poa->deactivate_object (oid.in ());