diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-11-09 21:16:44 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-11-09 21:16:44 +0000 |
commit | 187160a212c6da8d1dc198dda3969b1b4d8f74cb (patch) | |
tree | 72b58c75cfe290273e75e0e869aed0caed865cc0 /TAO/tao/svrrqst.h | |
parent | e7c5ed00ed64bf3c63a632ff9edbb543477523a1 (diff) | |
download | ATCD-187160a212c6da8d1dc198dda3969b1b4d8f74cb.tar.gz |
*** empty log message ***
Diffstat (limited to 'TAO/tao/svrrqst.h')
-rw-r--r-- | TAO/tao/svrrqst.h | 7 |
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_; |