summaryrefslogtreecommitdiff
path: root/tests/DLL_Test_Parent.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/DLL_Test_Parent.h')
-rw-r--r--tests/DLL_Test_Parent.h34
1 files changed, 0 insertions, 34 deletions
diff --git a/tests/DLL_Test_Parent.h b/tests/DLL_Test_Parent.h
deleted file mode 100644
index 3046dad48d4..00000000000
--- a/tests/DLL_Test_Parent.h
+++ /dev/null
@@ -1,34 +0,0 @@
-// -*- C++ -*-
-
-// ================================================================
-/**
- * @file DLL_Test_Parent.h
- *
- * $Id$
- *
- * @author Kirthika Parameswaran <kirthika@cs.wustl.edu>
- * @author Ossama Othman <ossama@dre.vanderbilt.edu>
- */
-// ================================================================
-
-#ifndef ACE_TESTS_DLL_TEST_PARENT_H
-#define ACE_TESTS_DLL_TEST_PARENT_H
-
-#include "DLL_Test_Parent_Export.h"
-
-#if !defined (ACE_LACKS_PRAGMA_ONCE)
-# pragma once
-#endif /* ACE_LACKS_PRAGMA_ONCE */
-
-
-class DLL_Test_Parent_Export Parent
-{
-public:
-
- virtual ~Parent (void);
-
- virtual void test (void);
-
-};
-
-#endif /* ACE_TESTS_DLL_TEST_PARENT_H */