~ubuntu-branches/ubuntu/saucy/resiprocate/saucy-proposed

« back to all changes in this revision

Viewing changes to resip/dum/ContactInstanceRecord.hxx

  • Committer: Package Import Robot
  • Author(s): Daniel Pocock
  • Date: 2012-08-08 15:02:03 UTC
  • mto: (18.1.3 sid)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: package-import@ubuntu.com-20120808150203-3xfhghfribsb36y9
Tags: upstream-1.8.5
ImportĀ upstreamĀ versionĀ 1.8.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
 
13
13
namespace resip
14
14
{
15
 
static const UInt64 NeverExpire = 0xFFFFFFFFFFFFFFFFL;
 
15
static const UInt64 NeverExpire = 0xFFFFFFFFFFFFFFFFULL;
16
16
 
17
17
/** A single contact record, bound to an Aor during registration.
18
18
*/