summaryrefslogtreecommitdiff
path: root/TAO/tao/compat/initguid.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/compat/initguid.h')
-rw-r--r--TAO/tao/compat/initguid.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/TAO/tao/compat/initguid.h b/TAO/tao/compat/initguid.h
deleted file mode 100644
index 53f4408ebc8..00000000000
--- a/TAO/tao/compat/initguid.h
+++ /dev/null
@@ -1,18 +0,0 @@
-// $Id$
-
-/* This may look like C, but it's really -*- C++ -*- */
-#ifndef TAO_COMPAT_INITGUID_H
-# define TAO_COMPAT_INITGUID_H
-
-/* Insure proper inclusion order */
-#ifndef DEFINE_GUID
-#error initguid: must include objbase.h first.
-#endif
-
-/* assert DEFINE_GUID is defined */
-#undef DEFINE_GUID
-
-#define DEFINE_GUID(name,b,c,d,e,f,g,h,i,j,k,l) \
- EXTERN_C const TAO_IID name = { 0 }
-
-#endif /* TAO_COMPAT_INITGUID_H */