summaryrefslogtreecommitdiff
path: root/TAO/tests/Abstract_Interface/test_i.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-01-31 04:22:40 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-01-31 04:22:40 +0000
commit66a7b8262f92202f3786ce320cd9fd412de189d0 (patch)
treef48380d5b6ea9632eaf156a147dceb0816e5143f /TAO/tests/Abstract_Interface/test_i.cpp
parentd8f60a1286a4c45ab6fa5b057d9fc73a86573de9 (diff)
downloadATCD-66a7b8262f92202f3786ce320cd9fd412de189d0.tar.gz
ChangeLogTag:Sun Jan 30 19:57:37 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tests/Abstract_Interface/test_i.cpp')
-rw-r--r--TAO/tests/Abstract_Interface/test_i.cpp16
1 files changed, 9 insertions, 7 deletions
diff --git a/TAO/tests/Abstract_Interface/test_i.cpp b/TAO/tests/Abstract_Interface/test_i.cpp
index 055be7b2c47..ac6c799d32b 100644
--- a/TAO/tests/Abstract_Interface/test_i.cpp
+++ b/TAO/tests/Abstract_Interface/test_i.cpp
@@ -1,12 +1,15 @@
// $Id$
#include "test_i.h"
+#include "ace/OS_NS_string.h"
-ACE_RCSID (Abstract_Interface,
- test_i,
+
+ACE_RCSID (Abstract_Interface,
+ test_i,
"$Id$")
-char *
+
+char *
foo_i::foo_op (const char * inarg
ACE_ENV_ARG_DECL)
ACE_THROW_SPEC ((
@@ -29,7 +32,7 @@ foo_i::foo_op (const char * inarg
return retval._retn ();
}
-char *
+char *
foo_i::base_op (const char * inarg
ACE_ENV_ARG_DECL)
ACE_THROW_SPEC ((
@@ -52,7 +55,7 @@ foo_i::base_op (const char * inarg
return retval._retn ();
}
-void
+void
passer_i::pass_ops (base_out outarg
ACE_ENV_ARG_DECL)
ACE_THROW_SPEC ((
@@ -67,7 +70,7 @@ passer_i::pass_ops (base_out outarg
ACE_CHECK;
}
-void
+void
passer_i::pass_state (base_out outarg
ACE_ENV_ARG_DECL_NOT_USED)
ACE_THROW_SPEC ((
@@ -101,4 +104,3 @@ passer_i::pass_state (base_out outarg
outarg = tc._retn ();
}
-