/[PAMELA software]/PamVMC/src/PamVMCSDMgr.cxx
ViewVC logotype

Annotation of /PamVMC/src/PamVMCSDMgr.cxx

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download)
Thu Feb 19 17:39:50 2009 UTC (15 years, 9 months ago) by nikolas
Branch: MAIN
Cleaning up before releasing

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

  ViewVC Help
Powered by ViewVC 1.1.23