Monitor_Size.cpp

Go to the documentation of this file.
00001 // $Id: Monitor_Size.cpp 81691 2008-05-14 11:09:21Z johnnyw $
00002 
00003 #include "ace/Monitor_Size.h"
00004 
00005 #if defined (ACE_HAS_MONITOR_FRAMEWORK) && (ACE_HAS_MONITOR_FRAMEWORK == 1)
00006 
00007 #include "ace/Guard_T.h"
00008 
00009 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
00010 
00011 namespace ACE
00012 {
00013   namespace Monitor_Control
00014   {
00015     Size_Monitor::Size_Monitor (void)
00016     {
00017     }
00018 
00019     Size_Monitor::Size_Monitor (const char* name)
00020       : Monitor_Base (name)
00021     {
00022     }
00023 
00024     Size_Monitor::~Size_Monitor (void)
00025     {
00026     }
00027 
00028     void
00029     Size_Monitor::update (void)
00030     {
00031       // No platform-specific or periodic code is needed, receive() can be
00032       // called directly whenever the size changes.
00033     }
00034 
00035     void
00036     Size_Monitor::clear (void)
00037     {
00038     }
00039   }
00040 }
00041 
00042 ACE_END_VERSIONED_NAMESPACE_DECL
00043 
00044 #endif /* ACE_HAS_MONITOR_FRAMEWORK==1 */
00045 

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