~ubuntu-branches/ubuntu/lucid/kmess/lucid

« back to all changes in this revision

Viewing changes to kmess/network/applications/p2papplication.h

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Mercatante
  • Date: 2006-07-17 01:10:37 UTC
  • mfrom: (0.1.2 etch) (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060717011037-emj24c1r1tpt7q6o
Tags: 1.4.3-2ubuntu1
Switched to debhelper 5

Show diffs side-by-side

added added

removed removed

Lines of Context:
231
231
      P2P_WAIT_FOR_SLP_ERR_ACK = 7,  // Waiting for contact to ACK the SLP Error message.
232
232
 
233
233
      P2P_WAIT_CONTACT_ACCEPT  = 8,  // Waiting for the contact to accept our invite
234
 
      P2P_WAIT_FOR_CLOSING_ACK = 9   // Waiting for the contact to send a closing ACK (we ACK-ed the BYE message)
 
234
      P2P_WAIT_FOR_CLOSING_ACK = 9,  // Waiting for the contact to send a closing ACK (we ACK-ed the BYE message)
 
235
      P2P_WAIT_FOR_DATA_ACK    = 11, // Waiting for the ack message of the data we sent.
235
236
    };
236
237
 
237
238
    // Message buffer, required to deal with splitted MSNSLP messages