summaryrefslogtreecommitdiff
path: root/TAO/tests/ior_corbaname/status_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/ior_corbaname/status_i.h')
-rw-r--r--TAO/tests/ior_corbaname/status_i.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/TAO/tests/ior_corbaname/status_i.h b/TAO/tests/ior_corbaname/status_i.h
new file mode 100644
index 00000000000..4ffbf10bd5d
--- /dev/null
+++ b/TAO/tests/ior_corbaname/status_i.h
@@ -0,0 +1,21 @@
+//
+// $Id$
+//
+
+#ifndef STATUS_I_H
+#define STATUS_I_H
+
+#include "corbanameS.h"
+#include <string>
+
+class corbaname_Status_i : public POA_corbaname::Status {
+public:
+ corbaname_Status_i (CORBA::Environment & =
+ TAO_default_environment());
+
+ CORBA::Boolean print_status (CORBA::Environment & = TAO_default_environment())
+ throw (CORBA::SystemException);
+
+};
+
+#endif /* STATUS_I_H */