summaryrefslogtreecommitdiff
path: root/TAO/tao/Object.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-04-24 09:22:08 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-04-24 09:22:08 +0000
commit75918c7e2b125af82791ea32955bdbe559e70bf0 (patch)
tree0977a7a00f3b1325351b943a373276e1b4216530 /TAO/tao/Object.h
parent416ed7897c679267bb9a45f5be67387d1f6c47f1 (diff)
downloadATCD-75918c7e2b125af82791ea32955bdbe559e70bf0.tar.gz
Thu Apr 24 09:21:32 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/Object.h')
-rw-r--r--TAO/tao/Object.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/TAO/tao/Object.h b/TAO/tao/Object.h
index a68d22b866e..61672304e7f 100644
--- a/TAO/tao/Object.h
+++ b/TAO/tao/Object.h
@@ -238,19 +238,6 @@ namespace CORBA
//@} End of CORBA specific methods
-
- /**
- * @name Methods that are TAO specific.
- *
- * These methods are defined here as helper functions to be used
- * by other parts of TAO. Theoretically they shold all start with
- * tao_. But we have deviated from that principle.
- */
-
- protected:
- void _tao_actual_add_ref (void);
- void _tao_actual_remove_ref (void);
-
public:
/// Marshalling operator used by the stub code. A long story why
/// the stub code uses this, let us keep it short here.