~ubuntu-branches/ubuntu/oneiric/kdenetwork/oneiric-updates

« back to all changes in this revision

Viewing changes to kopete/protocols/groupwise/libgroupwise/userdetailsmanager.h

  • Committer: Package Import Robot
  • Author(s): Scott Kitterman, Philip Muskovac
  • Date: 2011-12-08 22:03:40 UTC
  • mfrom: (1.1.63)
  • Revision ID: package-import@ubuntu.com-20111208220340-01h4t44gmxbs25b7
Tags: 4:4.7.3-0ubuntu0.1
[ Philip Muskovac ]
New  upstream bugfix release (LP: #901975)

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#include "gwerror.h"
26
26
#include "libgroupwise_export.h"
27
27
 
28
 
class Client;
 
28
namespace GroupWise {
 
29
        class Client;
 
30
}
29
31
 
30
32
/**
31
33
Several client event handling processes require that a contact's details are available before exposing the event to the user.  This class is responsible for issuing details requests, tracking which users the client already has received details for, and signalling when details have been received.  The manager allows multiple interleaved get details requests to be replaced by a single request.