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, 0 insertions, 38 deletions
diff --git a/idl/gias/uid.idl b/idl/gias/uid.idl
deleted file mode 100644
index cbb54ca2de..0000000000
--- a/idl/gias/uid.idl
+++ /dev/null
@@ -1,38 +0,0 @@
-#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