~ubuntu-branches/ubuntu/dapper/lasso/dapper

« back to all changes in this revision

Viewing changes to csharp/RequestType.cs

  • Committer: Bazaar Package Importer
  • Author(s): Loic Pefferkorn
  • Date: 2005-11-25 19:20:59 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051125192059-m4894lhpynmkrmwr
Tags: 0.6.3-4ubuntu1
Resynchronise with Debian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* ----------------------------------------------------------------------------
2
 
 * This file was automatically generated by SWIG (http://www.swig.org).
3
 
 * Version 1.3.24
4
 
 *
5
 
 * Do not make changes to this file unless you know what you are doing--modify
6
 
 * the SWIG interface file instead.
7
 
 * ----------------------------------------------------------------------------- */
8
 
 
9
 
namespace lasso {
10
 
 
11
 
public enum RequestType {
12
 
  REQUEST_TYPE_INVALID = 0,
13
 
  REQUEST_TYPE_LOGIN = 1,
14
 
  REQUEST_TYPE_LOGOUT = 2,
15
 
  REQUEST_TYPE_DEFEDERATION = 3,
16
 
  REQUEST_TYPE_NAME_REGISTRATION = 4,
17
 
  REQUEST_TYPE_NAME_IDENTIFIER_MAPPING = 5,
18
 
  REQUEST_TYPE_LECP = 6,
19
 
  REQUEST_TYPE_DISCO_QUERY = 7,
20
 
  REQUEST_TYPE_DISCO_MODIFY = 8,
21
 
  REQUEST_TYPE_DST_QUERY = 9,
22
 
  REQUEST_TYPE_DST_MODIFY = 10,
23
 
  REQUEST_TYPE_SASL_REQUEST = 11
24
 
}
25
 
 
26
 
 
27
 
}