aboutsummaryrefslogtreecommitdiffstats
path: root/idl/gias/uid.idl
diff options
context:
space:
mode:
Diffstat (limited to 'idl/gias/uid.idl')
-rw-r--r--idl/gias/uid.idl38
1 files changed, 38 insertions, 0 deletions
diff --git a/idl/gias/uid.idl b/idl/gias/uid.idl
new file mode 100644
index 0000000000..cbb54ca2de
--- /dev/null
+++ b/idl/gias/uid.idl
@@ -0,0 +1,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