utilities.h

Go to the documentation of this file.
00001 #ifndef __UTILITIES_H__
00002 #define __UTILITIES_H__
00003 
00004 // A collection of all sorts of utilities. If you do not have all the header files required, you might just include one of the sub-includes.
00005 
00006 #include "common/sh_utils.h"
00007 
00008 #include "common/gxutils.h"
00009 
00010 #ifdef __EPOC32__
00011 #ifdef __cplusplus
00012 #include "common/epoc-utilities.hpp"
00013 #endif // __cplusplus
00014 #endif // __EPOC32__
00015 
00016 #endif // __UTILITIES_H__
00017 
00018 /**
00019 
00020 utilities.h
00021 
00022 Copyright 2009 Helsinki Institute for Information Technology (HIIT)
00023 and the authors. All rights reserved.
00024 
00025 Authors: Tero Hasu <tero.hasu@hut.fi>
00026 
00027 Permission is hereby granted, free of charge, to any person
00028 obtaining a copy of this software and associated documentation files
00029 (the "Software"), to deal in the Software without restriction,
00030 including without limitation the rights to use, copy, modify, merge,
00031 publish, distribute, sublicense, and/or sell copies of the Software,
00032 and to permit persons to whom the Software is furnished to do so,
00033 subject to the following conditions:
00034 
00035 The above copyright notice and this permission notice shall be
00036 included in all copies or substantial portions of the Software.
00037 
00038 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
00039 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
00040 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
00041 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
00042 BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
00043 ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
00044 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
00045 SOFTWARE.
00046 
00047  **/

ContextLogger2—ContextLogger2 Logger Daemon Internals—Generated on Mon May 2 13:49:57 2011 by Doxygen 1.6.1