mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 10:37:03 +00:00
17 lines
297 B
C++
17 lines
297 B
C++
/**
|
|
* @file Copy_Disabled.cpp
|
|
*
|
|
* $Id: Copy_Disabled.cpp 91286 2010-08-05 09:04:31Z johnnyw $
|
|
*
|
|
* @author Carlos O'Ryan <coryan@uci.edu>
|
|
*/
|
|
|
|
#include "ace/Copy_Disabled.h"
|
|
|
|
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
|
|
|
|
ACE_Copy_Disabled::ACE_Copy_Disabled (void)
|
|
{
|
|
}
|
|
|
|
ACE_END_VERSIONED_NAMESPACE_DECL
|