new class to contain all information about containers in the server.
authorRodrigo Moya <rodrigo@ximian.com>
Wed, 28 Jan 2004 12:23:58 +0000 (12:23 +0000)
committerRodrigo Moya <rodrigo@src.gnome.org>
Wed, 28 Jan 2004 12:23:58 +0000 (12:23 +0000)
commite59ff9c0ce17f16b452000e33952f713efa791dd
treea9f806d5d8ae7a777d8e3d228107223764307603
parent7d12a3a4cdbcda84d0295685a3ef8763c7897a3f
new class to contain all information about containers in the server.

2004-01-28  Rodrigo Moya <rodrigo@ximian.com>

* backends/groupwise/e-gw-container.[ch]: new class to contain all
information about containers in the server.

* backends/groupwise/e-gw-connection.[ch]
(e_ge_connection_free_container_list): new function.
(e_gw_connection_get_container_list): changed to return a list of
EGwContainer's.
(e_gw_connection_get_container_id): adapted to changes made in
e_gw_connection_get_container_list().
calendar/ChangeLog
calendar/backends/groupwise/Makefile.am
calendar/backends/groupwise/e-gw-connection.c
calendar/backends/groupwise/e-gw-connection.h
calendar/backends/groupwise/e-gw-container.c [new file with mode: 0644]
calendar/backends/groupwise/e-gw-container.h [new file with mode: 0644]
servers/groupwise/e-gw-connection.c
servers/groupwise/e-gw-connection.h
servers/groupwise/e-gw-container.c [new file with mode: 0644]
servers/groupwise/e-gw-container.h [new file with mode: 0644]