=default for generated implementation copy ctor
[ACE_TAO.git] / TAO / tao / PortableServer / Operation_Table.cpp
blob1caafb839618af7819863c0f728a7c06f1018398
1 // -*- C++ -*-
2 #include "tao/PortableServer/Operation_Table.h"
3 #include "tao/ORB.h"
5 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
7 TAO_Operation_Table::~TAO_Operation_Table ()
11 /**************************************************************/
12 TAO::Operation_Skeletons::Operation_Skeletons ()
13 : skel_ptr (0)
14 , thruPOA_skel_ptr (0)
15 , direct_skel_ptr (0)
19 TAO_END_VERSIONED_NAMESPACE_DECL