summaryrefslogtreecommitdiff
path: root/TAO/tests/DynAny_Test/data.h
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-07-24 15:50:11 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-07-24 15:50:11 +0000
commit6b846cf03c0bcbd8c276cb0af61a181e5f98eaae (patch)
treeda50d054f9c761c3f6a5923f6979e93306c56d68 /TAO/tests/DynAny_Test/data.h
parent0e555b9150d38e3b3473ba325b56db2642e6352b (diff)
downloadATCD-6b846cf03c0bcbd8c276cb0af61a181e5f98eaae.tar.gz
Repo restructuring
Diffstat (limited to 'TAO/tests/DynAny_Test/data.h')
-rw-r--r--TAO/tests/DynAny_Test/data.h45
1 files changed, 0 insertions, 45 deletions
diff --git a/TAO/tests/DynAny_Test/data.h b/TAO/tests/DynAny_Test/data.h
deleted file mode 100644
index 4cd12f257e3..00000000000
--- a/TAO/tests/DynAny_Test/data.h
+++ /dev/null
@@ -1,45 +0,0 @@
-//=============================================================================
-/**
- * @file data.h
- *
- * $Id$
- *
- * Header file for the class containing test constants.
- *
- *
- * @author Jeff Parsons <parsons@cs.wustl.edu>
- */
-//=============================================================================
-
-
-#include "tao/AnyTypeCode/TypeCode_Constants.h"
-#include "tao/ORB.h"
-#include "tao/Object.h"
-
-class Data
-{
-public:
- Data (CORBA::ORB_var orb);
- ~Data (void);
-
- CORBA::Boolean m_bool1, m_bool2;
- CORBA::Octet m_octet1, m_octet2;
- CORBA::Char m_char1, m_char2;
- CORBA::Short m_short1, m_short2;
- CORBA::Long m_long1, m_long2;
- CORBA::UShort m_ushort1, m_ushort2;
- CORBA::ULong m_ulong1, m_ulong2;
- CORBA::Float m_float1, m_float2;
- CORBA::Double m_double1, m_double2;
- CORBA::ULongLong m_ulonglong1, m_ulonglong2;
- char * m_string1;
- char * m_string2;
- CORBA::TypeCode_ptr m_typecode1, m_typecode2;
- CORBA::WChar m_wchar1, m_wchar2;
- CORBA::Object_var m_objref1, m_objref2;
-
-const char* labels[16];
-
-private:
- CORBA::ORB_var orb_;
-};