~lalo.martins/vos/main

« back to all changes in this revision

Viewing changes to libs/vos/vos/site.hh

  • Committer: Peter Amstutz
  • Date: 2006-05-28 23:26:54 UTC
  • Revision ID: tetron@interreality.org-20060528232654-2c5128a95436afe2
[vos @ 2006-05-29 07:26:53 by tetron]
[vos @ tetron@interreality.org-20031112032746-7809cdd300f9dce7]
[vos @ 2003-11-12 11:27:44 by tetron]
new dir structure

Original author: Peter Amstutz <tetron@interreality.org>
Date: 2003-11-11 22:27:46

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
    class Site;
37
37
}
38
38
 
39
 
#include <vos/corelibs/vos/vosdefs.hh>
40
 
#include <vos/corelibs/vos/refcount.hh>
41
 
#include <vos/corelibs/vos/url.hh>
42
 
#include <vos/corelibs/vos/metaobject.hh>
43
 
#include <vos/corelibs/vos/vobjectbase.hh>
 
39
#include <vos/vos/vosdefs.hh>
 
40
#include <vos/vos/refcount.hh>
 
41
#include <vos/vos/url.hh>
 
42
#include <vos/vos/metaobject.hh>
 
43
#include <vos/vos/vobjectbase.hh>
44
44
 
45
45
#define VOS_DEFAULT_PORT 4231
46
46