From 46c6db5382822630732470cdecbadf6a191ba474 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Tue, 14 Aug 2001 08:48:28 +0000 Subject: Oops, forgot to write this function. 2001-08-14 Christopher James Lahey * backend/pas/pas-book.c (pas_book_respond_get_vcard): Oops, forgot to write this function. svn path=/trunk/; revision=11999 --- addressbook/backend/pas/pas-book.c | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'addressbook/backend') diff --git a/addressbook/backend/pas/pas-book.c b/addressbook/backend/pas/pas-book.c index 4461d63c44..9736648665 100644 --- a/addressbook/backend/pas/pas-book.c +++ b/addressbook/backend/pas/pas-book.c @@ -586,6 +586,29 @@ pas_book_respond_get_book_view (PASBook *book, CORBA_exception_free (&ev); } +/** + * pas_book_respond_get_changes: + */ +void +pas_book_respond_get_vcard (PASBook *book, + GNOME_Evolution_Addressbook_BookListener_CallStatus status, + char *vcard) +{ + CORBA_Environment ev; + + CORBA_exception_init (&ev); + + GNOME_Evolution_Addressbook_BookListener_notifyCardRequested ( + book->priv->listener, status, vcard, &ev); + + if (ev._major != CORBA_NO_EXCEPTION) { + g_warning ("pas_book_respond_get_card: Exception " + "responding to BookListener!\n"); + } + + CORBA_exception_free (&ev); +} + /** * pas_book_respond_get_changes: */ -- cgit v1.2.3