/home/tetron/hack/vos/libs/vos/vos/vos.hh
Go to the documentation of this file.00001 /* 00002 This file is part of the Virtual Object System of 00003 the Interreality project (http://interreality.org). 00004 00005 Copyright (C) 2001-2003 Peter Amstutz 00006 00007 This library is free software; you can redistribute it and/or 00008 modify it under the terms of the GNU Lesser General Public 00009 License as published by the Free Software Foundation; either 00010 version 2 of the License, or (at your option) any later version. 00011 00012 This library is distributed in the hope that it will be useful, 00013 but WITHOUT ANY WARRANTY; without even the implied warranty of 00014 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00015 Lesser General Public License for more details. 00016 00017 You should have received a copy of the GNU Lesser General Public 00018 License along with this library; if not, write to the Free Software 00019 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 00020 00021 Peter Amstutz <http://www.interreality.org> 00022 */ 00023 00024 00025 #ifndef _VOS_HH_ 00026 #define _VOS_HH_ 00027 00028 #include <vos/vos/accesscontrol.hh> 00029 #include <vos/vos/listener.hh> 00030 #include <vos/vutil/log.hh> 00031 #include <vos/vos/message.hh> 00032 #include <vos/vos/messageblock.hh> 00033 #include <vos/vos/metaobject.hh> 00034 #include <vos/vutil/refcount.hh> 00035 #include <vos/vos/processmessage.hh> 00036 #include <vos/vos/site.hh> 00037 #include <vos/vutil/timer.hh> 00038 #include <vos/vutil/url.hh> 00039 #include <vos/vos/vobject.hh> 00040 #include <vos/vos/localsocketsite.hh> 00041 #include <vos/vos/acl.hh> 00042 #include <vos/vos/accesscontrolstate.hh> 00043 #include <vos/vos/iterator.hh> 00044 #include <vos/vos/policies.hh> 00045 #include <vos/vos/vobjectiter.hh> 00046 #include <vos/vos/identity.hh> 00047 #include <vos/vos/passwordauth.hh> 00048 #include <vos/vutil/rand.hh> 00049 #include <vos/vos/persistance.hh> 00050 #include <vos/vos/localvipsite.hh> 00051 #include <vos/vos/remotevipsite.hh> 00052 #include <vos/vos/vobjectstore.hh> 00053 #include <vos/vos/property.hh> 00054 #include <vos/vos/propertylistener.hh> 00055 #include <vos/vos/cod.hh> 00056 #include <vos/vos/xod.hh> 00057 #include <vos/vos/vosplugin.hh> 00058 #include <vos/vos/vosapp.hh> 00059 00060 #endif