summaryrefslogtreecommitdiff
path: root/TAO/tao/Bind_Dispatcher_Guard.h
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2000-11-26 22:57:09 +0000
committerbala <balanatarajan@users.noreply.github.com>2000-11-26 22:57:09 +0000
commit02fcd378d0e565ed8178818f58be8c95acec67ae (patch)
treeb55846a21b4c56c7b6e7ecdade03d04812a91099 /TAO/tao/Bind_Dispatcher_Guard.h
parent4804b826f3cd87a0715ba9bef12f286ccc63de5c (diff)
downloadATCD-02fcd378d0e565ed8178818f58be8c95acec67ae.tar.gz
ChangeLogTag: Sun Nov 26 16:52:50 2000 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Bind_Dispatcher_Guard.h')
-rw-r--r--TAO/tao/Bind_Dispatcher_Guard.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Bind_Dispatcher_Guard.h b/TAO/tao/Bind_Dispatcher_Guard.h
index 0d7ef92e10f..b5cdba4770f 100644
--- a/TAO/tao/Bind_Dispatcher_Guard.h
+++ b/TAO/tao/Bind_Dispatcher_Guard.h
@@ -30,7 +30,7 @@ public:
~TAO_Bind_Dispatcher_Guard (void);
- int status(void) const;
+ int& status(void);
private:
int status_;
@@ -40,7 +40,7 @@ private:
};
#if defined (__ACE_INLINE__)
-# include "tao/Bind_Dispatcher_Guard.i"
+# include "tao/Bind_Dispatcher_Guard.i"
#endif /* __ACE_INLINE__ */
#include "ace/post.h"