/[H6]/CommonStorage.cpp
ViewVC logotype

Diff of /CommonStorage.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 6 by torben, Wed Aug 30 12:00:21 2006 UTC revision 31 by torben, Sun Sep 3 10:10:19 2006 UTC
# Line 1  Line 1 
1    /*
2     * Developed by Torben H. Nielsen
3     */
4    
5  #include "StdAfx.h"  #include "StdAfx.h"
6  #include ".\commonstorage.h"  #include ".\commonstorage.h"
7    
# Line 11  CommonStorage::CommonStorage(void) Line 15  CommonStorage::CommonStorage(void)
15          dbl = 0;          dbl = 0;
16  }  }
17    
18    CommonStorage::~CommonStorage(void)
19    {
20            delete dbl;
21    }
22    
23    
24  CommonStorage* CommonStorage::Instance()  CommonStorage* CommonStorage::Instance()
25  {  {

Legend:
Removed from v.6  
changed lines
  Added in v.31

  ViewVC Help
Powered by ViewVC 1.1.20