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