aboutsummaryrefslogtreecommitdiffstats
path: root/idl/gias/uid.idl
blob: cbb54ca2ded27da094a1bf2f21ce6c5a5d2b8258 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#ifndef UID_IDL
#define UID_IDL

//***************************************************************
  //*      APPROVED via RFC N01-0268 on 6 August 2001
//***************************************************************

// *************************************************************
//*
//*         The USIGS Universal Product Identifier
//*         Specification
//*
//*
//*     Description: Defines a universal USIGS product
//*     identification.
//*
//*
//*     History:
//*     Date            Author   Comment
//*     -----           ------   --------
//*     29 Sept 98       J. Baldo and D. Lutz  Initial release for
//*                      review.
//*
//*     Notes
//*     -------
//*     NONE
//*
//*
// *************************************************************
module UID
{
interface Product
  {
  };

typedef sequence < Product > ProductList;
};
#endif