Refcountable.h

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 
00003 //=============================================================================
00004 /**
00005  *  @file   Refcountable.h
00006  *
00007  *  $Id: Refcountable.h 81402 2008-04-23 18:30:54Z johnnyw $
00008  *
00009  *  @author Doug Schmidt
00010  */
00011 //=============================================================================
00012 #ifndef ACE_REFCOUNTABLE_H
00013 #define ACE_REFCOUNTABLE_H
00014 #include /**/ "ace/pre.h"
00015 
00016 #include /**/ "ace/ACE_export.h"
00017 
00018 #if !defined (ACE_LACKS_PRAGMA_ONCE)
00019 # pragma once
00020 #endif /* ACE_LACKS_PRAGMA_ONCE */
00021 
00022 #include "ace/Refcountable_T.h"
00023 #include "ace/Null_Mutex.h"
00024 
00025 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
00026 
00027 typedef ACE_Refcountable_T<ACE_Null_Mutex> ACE_Refcountable;
00028 
00029 ACE_END_VERSIONED_NAMESPACE_DECL
00030 
00031 #include /**/ "ace/post.h"
00032 #endif /*ACE_REFCOUNTABLE_H*/

Generated on Tue Feb 2 17:18:42 2010 for ACE by  doxygen 1.4.7