summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Notify_AdminProperties.i
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Notify_AdminProperties.i')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Notify_AdminProperties.i45
1 files changed, 0 insertions, 45 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Notify_AdminProperties.i b/TAO/orbsvcs/orbsvcs/Notify/Notify_AdminProperties.i
deleted file mode 100644
index 5ff900bd5f3..00000000000
--- a/TAO/orbsvcs/orbsvcs/Notify/Notify_AdminProperties.i
+++ /dev/null
@@ -1,45 +0,0 @@
-// $Id$
-
-#include "Notify_AdminProperties.h"
-
-ACE_INLINE CORBA::Long
-TAO_Notify_AdminProperties::max_queue_length (void) const
-{
- return this->max_queue_length_;
-}
-
-ACE_INLINE CORBA::Long
-TAO_Notify_AdminProperties::max_consumers (void) const
-{
- return this->max_consumers_;
-}
-
-ACE_INLINE CORBA::Long
-TAO_Notify_AdminProperties::max_suppliers (void) const
-{
- return this->max_suppliers_;
-}
-
-ACE_INLINE CORBA::Boolean
-TAO_Notify_AdminProperties::reject_new_events (void) const
-{
- return this->reject_new_events_;
-}
-
-ACE_INLINE TAO_Notify_Signal_Property_Long*
-TAO_Notify_AdminProperties::queue_length (void)
-{
- return &(this->queue_length_);
-}
-
-ACE_INLINE TAO_Notify_Property_Long*
-TAO_Notify_AdminProperties::consumers (void)
-{
- return &(this->consumers_);
-}
-
-ACE_INLINE TAO_Notify_Property_Long*
-TAO_Notify_AdminProperties::suppliers (void)
-{
- return &(this->suppliers_);
-}