fdhwlib  2.0.25
/home/kopmann/git-mirror/fdhwlib/fdhwlib/akutil/aksingleton.h
Go to the documentation of this file.
00001 /***************************************************************************
00002     aksingleton.h  -  description
00003 
00004     begin                : Thu Feb 21 2002
00005     copyright            : (C) 2002 by A Kopmann
00006     email                : kopmann@ipe.fzk.de
00007     status               :
00008     test                 :
00009     history              :
00010  ***************************************************************************/
00011 
00012 
00013 #ifndef AKSINGLETON_H
00014 #define AKSINGLETON_H
00015 
00016 
00017 class akSingletonCleaner;
00018 
00024 class akSingleton {
00025 
00026 public:
00027 
00028         akSingleton();
00029 
00030         ~akSingleton();
00031 
00032 };
00033 
00034 #endif