summaryrefslogtreecommitdiff
path: root/ACE/ace/Copy_Disabled.cpp
blob: 59c6ba7af97af95375ddced9028194761c887ac2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/**
 * @file Copy_Disabled.cpp
 *
 * @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