00001 // $Id: Operation_Table.cpp 71473 2006-03-10 07:19:20Z jtc $ 00002 00003 #include "tao/PortableServer/Operation_Table.h" 00004 #include "tao/ORB.h" 00005 00006 ACE_RCSID(PortableServer, 00007 Operation_Table, 00008 "$Id: Operation_Table.cpp 71473 2006-03-10 07:19:20Z jtc $") 00009 00010 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00011 00012 // destructor 00013 TAO_Operation_Table::~TAO_Operation_Table (void) 00014 { 00015 } 00016 00017 /**************************************************************/ 00018 TAO::Operation_Skeletons::Operation_Skeletons (void) 00019 : skel_ptr (0) 00020 , thruPOA_skel_ptr (0) 00021 , direct_skel_ptr (0) 00022 { 00023 } 00024 00025 TAO_END_VERSIONED_NAMESPACE_DECL