dclbase.h

00001 /*
00002  * dclbase.h
00003  * This file is part of dbPager Classes Library (DCL)
00004  *
00005  * Copyright (c) 2008 Dennis Prochko <wolfsoft@mail.ru>
00006  *
00007  * DCL is free software; you can redistribute it and/or modify
00008  * it under the terms of the GNU General Public License as published by
00009  * the Free Software Foundation version 3.
00010  *
00011  * DCL is distributed in the hope that it will be useful,
00012  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00013  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00014  * GNU General Public License for more details.
00015  *
00016  * You should have received a copy of the GNU General Public License
00017  * along with DCL; if not, write to the Free Software
00018  * Foundation, Inc., 51 Franklin St, Fifth Floor,
00019  * Boston, MA  02110-1301  USA
00020  */
00021  
00022 #ifndef _DCLBASE_H_
00023 #define _DCLBASE_H_
00024 
00025 #include <dcl/any.h>
00026 #include <dcl/delegate.h>
00027 #include <dcl/factory.h>
00028 #include <dcl/pool.h>
00029 #include <dcl/noncopyable.h>
00030 #include <dcl/shared_ptr.h>
00031 #include <dcl/singleton.h>
00032 
00033 #include <dcl/app_config.h>
00034 #include <dcl/application.h>
00035 #include <dcl/atomic_counter.h>
00036 #include <dcl/cmdline_parameters.h>
00037 #include <dcl/codec_base64.h>
00038 #include <dcl/datetime.h>
00039 #include <dcl/dialogs.h>
00040 #include <dcl/exception.h>
00041 #include <dcl/encoder_md5.h>
00042 #include <dcl/filefs.h>
00043 #include <dcl/filesystem.h>
00044 #include <dcl/i18n.h>
00045 #include <dcl/iostream.h>
00046 #include <dcl/mutex.h>
00047 #include <dcl/plugin.h>
00048 #include <dcl/strutils.h>
00049 #include <dcl/thread.h>
00050 #include <dcl/url.h>
00051 #include <dcl/uuid.h>
00052 #include <dcl/mimetype.h>
00053 
00054 #endif /*_DCLBASE_H_*/
00055 

 
Support This Project
SourceForge.net Logo