#include "tao/PI/PICurrent.h"
#include "tao/PI/PICurrent_Impl.h"
#include "tao/ORB_Core.h"
#include "tao/ORB_Core_TSS_Resources.h"
#include "tao/TAO_Server_Request.h"
#include "ace/CORBA_macros.h"
Include dependency graph for PICurrent.cpp:
Go to the source code of this file.
Functions | |
void | CleanUpPICurrent (void *object, void *) |
|
Definition at line 52 of file PICurrent.cpp. Referenced by TAO::PICurrent::initialize().
00053 {
00054 delete static_cast<TAO::PICurrent_Impl *> (object);
00055 }
|