summaryrefslogtreecommitdiff
path: root/TAO/tao/svrrqst.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-11-09 21:16:44 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-11-09 21:16:44 +0000
commit187160a212c6da8d1dc198dda3969b1b4d8f74cb (patch)
tree72b58c75cfe290273e75e0e869aed0caed865cc0 /TAO/tao/svrrqst.h
parente7c5ed00ed64bf3c63a632ff9edbb543477523a1 (diff)
downloadATCD-187160a212c6da8d1dc198dda3969b1b4d8f74cb.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/tao/svrrqst.h')
-rw-r--r--TAO/tao/svrrqst.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/TAO/tao/svrrqst.h b/TAO/tao/svrrqst.h
index e36971f9173..32ce5674e7a 100644
--- a/TAO/tao/svrrqst.h
+++ b/TAO/tao/svrrqst.h
@@ -26,9 +26,9 @@
class ACE_Svc_Export CORBA_ServerRequest : public IUnknown
// = TITLE
- // XXX this is currently in an intermediate state; this is not
- // supposed to be IIOP-specific, or to expose quite so many
- // implementation details, but right now it is.
+ // XXX this is currently in an intermediate state; this is not
+ // supposed to be IIOP-specific, or to expose quite so many
+ // implementation details, but right now it is.
{
public:
virtual void __stdcall params (CORBA::NVList_ptr list,
@@ -124,6 +124,7 @@ public:
// are stack-allocated.
private:
+ // @@ Please comment all the following.
ACE_SYNCH_MUTEX lock_;
u_int refcount_;