PaCO++  0.05
IdentityIdl.idl
Go to the documentation of this file.
1 // This file defines the descr structure
2 // of the Identity library.
3 
4 module IdentityLib
5 {
6  struct IdentityDescr
7  {
8  long llen; // taille totale
9  };
10 };
11 
12