/[PAMELA software]/PamVMC_update/src/PamVMCRawMgr.cxx
ViewVC logotype

Annotation of /PamVMC_update/src/PamVMCRawMgr.cxx

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (hide annotations) (download) (vendor branch)
Tue Oct 15 15:51:44 2013 UTC (11 years, 1 month ago) by formato
Branch: MAIN, rel
CVS Tags: reltag, HEAD
Changes since 1.1: +0 -0 lines
PamVMC update

1 formato 1.1 #include "PamVMCRawMgr.h"
2    
3    
4     PamVMCRawMgr * PamVMCRawMgr::frm = 0;
5    
6     PamVMCRawMgr * PamVMCRawMgr::Instance(){
7     if(frm == 0) {
8     frm = new PamVMCRawMgr();
9     }
10     return frm;
11     }

  ViewVC Help
Powered by ViewVC 1.1.23