Merge pull request #2309 from mitza-oci/warnings
[ACE_TAO.git] / TAO / tao / ORB_Core_Auto_Ptr.cpp
blobfff93b50909fdf778272783d630ab14a42d12635
1 // -*- C++ -*-
2 #include "tao/ORB_Core_Auto_Ptr.h"
3 #include "tao/ORB_Core.h"
5 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
7 void TAO_ORB_Core_Decr_Refcnt::operator()(TAO_ORB_Core* core) const
9 if (core) core->_decr_refcnt();
12 TAO_END_VERSIONED_NAMESPACE_DECL