diff options
author | bertrand <bertrand@helixcode.com> | 2000-03-12 13:09:43 +0800 |
---|---|---|
committer | Bertrand Guiheneuf <bertrand@src.gnome.org> | 2000-03-12 13:09:43 +0800 |
commit | f669ff481f57cf5b609ea2e8fe30cfb8dece8587 (patch) | |
tree | e0b812f92689476aed9751bfda46b3071af159a5 /shell/Makefile.am | |
parent | 679fa9316ef0cfb3fea44adeb4ab4a7795ae71ed (diff) | |
download | gsoc2013-evolution-f669ff481f57cf5b609ea2e8fe30cfb8dece8587.tar gsoc2013-evolution-f669ff481f57cf5b609ea2e8fe30cfb8dece8587.tar.gz gsoc2013-evolution-f669ff481f57cf5b609ea2e8fe30cfb8dece8587.tar.bz2 gsoc2013-evolution-f669ff481f57cf5b609ea2e8fe30cfb8dece8587.tar.lz gsoc2013-evolution-f669ff481f57cf5b609ea2e8fe30cfb8dece8587.tar.xz gsoc2013-evolution-f669ff481f57cf5b609ea2e8fe30cfb8dece8587.tar.zst gsoc2013-evolution-f669ff481f57cf5b609ea2e8fe30cfb8dece8587.zip |
add a field refering to a service associated to the efolder. In the case
2000-03-12 bertrand <bertrand@helixcode.com>
* shell/e-folder.h: add a field refering to a
service associated to the efolder. In the case of
distant folders, it is generally a server.
* shell/e-service.c: New class. Models a service.
A service is an object with an URI and a root folder.
It genreally reporesents a distant folder.
A service is generally a ressource shared amongst
several folders.
* shell/e-service.h:
2000-03-10 bertrand <bertrand@helixcode.com>
* camel-service.h: cosmetic changes.
svn path=/trunk/; revision=2100
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r-- | shell/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am index 878c94a11b..1ad4872aad 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -21,6 +21,8 @@ evolution_SOURCES = \ e-folder.h \ e-init.c \ e-init.h \ + e-service.c \ + e-service.h \ e-shell.c \ e-shell.h \ e-shell-shortcut.c \ |