summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/Ordering/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/Ordering/common.h')
-rw-r--r--TAO/orbsvcs/tests/Notify/Ordering/common.h26
1 files changed, 0 insertions, 26 deletions
diff --git a/TAO/orbsvcs/tests/Notify/Ordering/common.h b/TAO/orbsvcs/tests/Notify/Ordering/common.h
deleted file mode 100644
index 679adb0a42c..00000000000
--- a/TAO/orbsvcs/tests/Notify/Ordering/common.h
+++ /dev/null
@@ -1,26 +0,0 @@
-/* -*- C++ -*- */
-// $Id$
-// ==========================================================================
-//
-// = LIBRARY
-// TAO/orbsvcs/tests/Notify/Ordering
-//
-// = FILENAME
-// common.h
-//
-// = DESCRIPTION
-// A couple of useful functions
-//
-// = AUTHOR
-// Chad Elliott <elliott_c@ociweb.com>
-//
-// ==========================================================================
-#ifndef TAO_COMMON_H
-#define TAO_COMMON_H
-
-#include "orbsvcs/CosNotifyChannelAdminS.h"
-
-const char*
-Any_String (const CORBA::Any& any);
-
-#endif /* TAO_COMMON_H */