summaryrefslogtreecommitdiff
path: root/TAO/tao/Stub.i
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-03-22 06:16:20 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-03-22 06:16:20 +0000
commit3dcad1e906d4453b09891ee7bc55ae7932fe604f (patch)
tree013cd1db3d6a3ad7fc6a076ee28eddde0f43544e /TAO/tao/Stub.i
parentaf1e2e53f6381dba517ad4d3d832083dcbff0e73 (diff)
downloadATCD-3dcad1e906d4453b09891ee7bc55ae7932fe604f.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/tao/Stub.i')
-rw-r--r--TAO/tao/Stub.i11
1 files changed, 11 insertions, 0 deletions
diff --git a/TAO/tao/Stub.i b/TAO/tao/Stub.i
new file mode 100644
index 00000000000..bbe545413af
--- /dev/null
+++ b/TAO/tao/Stub.i
@@ -0,0 +1,11 @@
+ACE_INLINE
+STUB_Object::STUB_Object (char *p)
+ : type_id (p)
+{
+ // Empty CTOR
+}
+
+ACE_INLINE
+STUB_Object::~STUB_Object (void)
+{
+}