blob: 26c3d36834e0696f3c5c379b779fbbd6bb5639f8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
/* -*- C++ -*- */
/**
* @file Copy_Disabled.cpp
*
* $Id$
*
* @author Carlos O'Ryan <coryan@uci.edu>
*/
#include "ace/Copy_Disabled.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
ACE_RCSID(ace, Copy_Disabled, "$Id$")
ACE_Copy_Disabled::ACE_Copy_Disabled (void)
{
}
|