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

Annotation of /PamVMC_update/src/PamVMCRndMgr.cxx

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download)
Tue Oct 15 15:51:44 2013 UTC (11 years, 1 month ago) by formato
Branch point for: MAIN, rel
Initial revision

1 formato 1.1 #include "PamVMCRndMgr.h"
2    
3    
4     PamVMCRndMgr * PamVMCRndMgr::rm = 0;
5    
6     PamVMCRndMgr * PamVMCRndMgr::Instance(){
7     if(rm == 0) {
8     rm = new PamVMCRndMgr();
9     }
10     return rm;
11     }
12    
13     PamVMCRndMgr * PamVMCRndMgr::Instance_ext(){
14     if(rm == 0) {
15     rm = new PamVMCRndMgr("ext_dig");
16     }
17     return rm;
18     }

  ViewVC Help
Powered by ViewVC 1.1.23