00001 #include "ace_pch.h" 00002 /* -*- C++ -*- */ 00003 /** 00004 * @file Copy_Disabled.cpp 00005 * 00006 * $Id: Copy_Disabled.cpp,v 1.1.1.1.2.1 2003/03/13 19:44:21 chad Exp $ 00007 * 00008 * @author Carlos O'Ryan <coryan@uci.edu> 00009 */ 00010 00011 #include "ace/Copy_Disabled.h" 00012 00013 #if !defined (ACE_LACKS_PRAGMA_ONCE) 00014 # pragma once 00015 #endif /* ACE_LACKS_PRAGMA_ONCE */ 00016 00017 ACE_RCSID(ace, Copy_Disabled, "$Id: Copy_Disabled.cpp,v 1.1.1.1.2.1 2003/03/13 19:44:21 chad Exp $") 00018 00019 ACE_Copy_Disabled::ACE_Copy_Disabled (void) 00020 { 00021 } 00022
1.2.14 written by Dimitri van Heesch,
© 1997-2002