Create and destroy the new hash tables for storing categories.
authorChenthill Palanisamy <pchenthill@novell.com>
Thu, 17 Feb 2005 10:14:34 +0000 (10:14 +0000)
committerChenthill Palanisamy <pchen@src.gnome.org>
Thu, 17 Feb 2005 10:14:34 +0000 (10:14 +0000)
commit282660dd0947e2ae88e60bd5bb7549a6e5fda9aa
tree051a298bbb60165ac2068a64ba61203a289ef7a9
parent0f94bfddbfbaa6cc8b4d9db96a081c1b26bb1737
Create and destroy the new hash tables for storing categories.

2005-02-17  Chenthill Palanisamy  <pchenthill@novell.com>

* e-gw-connection.c:
(e_gw_connection_dispose),(e_gw_connection_init): Create
and destroy the new hash tables for storing categories.
(e_gw_connection_get_settings), (e_gw_connection_get_categories),
(e_gw_connection_get_address_book_list): Added mutex locks and stored the
category/container list information in cnc private to reduce
the network calls.
(e_gw_connection_get_address_book_id): Use the new syntax for the
get_addressbook_list and don free the list.
* e-gw-connection.h: Changed the declaration
servers/groupwise/ChangeLog
servers/groupwise/e-gw-connection.c
servers/groupwise/e-gw-connection.h