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