summaryrefslogtreecommitdiff
path: root/tests/Refcounted_Auto_Ptr_Test.h
diff options
context:
space:
mode:
authornobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-04-10 19:59:37 +0000
committernobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-04-10 19:59:37 +0000
commit3df4acfa816441fc28a95dee6d0191a927145d95 (patch)
treeb5ae7ca44662cfd8e5c95f1826e4406021a606f5 /tests/Refcounted_Auto_Ptr_Test.h
parent60a5612b83d856fc0adc52b9f39fac9960ec9818 (diff)
downloadATCD-pre-subset.tar.gz
This commit was manufactured by cvs2svn to create tag 'pre-subset'.pre-subset
Diffstat (limited to 'tests/Refcounted_Auto_Ptr_Test.h')
-rw-r--r--tests/Refcounted_Auto_Ptr_Test.h34
1 files changed, 0 insertions, 34 deletions
diff --git a/tests/Refcounted_Auto_Ptr_Test.h b/tests/Refcounted_Auto_Ptr_Test.h
deleted file mode 100644
index f67c93eb45a..00000000000
--- a/tests/Refcounted_Auto_Ptr_Test.h
+++ /dev/null
@@ -1,34 +0,0 @@
-// $Id$
-
-// ============================================================================
-//
-// = LIBRARY
-// tests
-//
-// = FILENAME
-// Refcounted_Auto_Ptr_Test.h
-//
-// = DESCRIPTION
-// Define class needed for generating templates. IBM C++ requires this to
-// be in its own file for auto template instantiation.
-//
-// = AUTHOR
-// Steve Huston <shuston@riverace.com>
-//
-// ============================================================================
-
-#ifndef ACE_TESTS_REFCOUNTED_AUTO_PTR_TEST_H
-#define ACE_TESTS_REFCOUNTED_AUTO_PTR_TEST_H
-
-struct Printer
-{
- Printer (const char *message);
- ~Printer (void) ;
-
- void print (void);
-
- const char *message_;
- static size_t instance_count_;
-};
-
-#endif /* ACE_TESTS_REFCOUNTED_AUTO_PTR_TEST_H */