core/vcsl/vcsl_meter.cxx
Go to the documentation of this file.
00001 // This is core/vcsl/vcsl_meter.cxx
00002 #include "vcsl_meter.h"
00003 
00004 //---------------------------------------------------------------------------
00005 // Return the reference to the unique vcsl_meter object
00006 //---------------------------------------------------------------------------
00007 vcsl_meter_sptr vcsl_meter::instance()
00008 {
00009   static vcsl_meter_sptr instance_=new vcsl_meter;
00010   return instance_;
00011 }