diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-11-23 04:59:59 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-11-23 04:59:59 +0000 |
commit | cfd02a124e3f7a88445411929dc2b9f84d1b18f9 (patch) | |
tree | e6e9d387f076a1d860a6bd3b208e52802c67fbb9 /ace/SPIPE_Addr.h | |
parent | e212873ae49f4553b6321671e83beb28bd85b176 (diff) | |
download | ATCD-cfd02a124e3f7a88445411929dc2b9f84d1b18f9.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/SPIPE_Addr.h')
-rw-r--r-- | ace/SPIPE_Addr.h | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/ace/SPIPE_Addr.h b/ace/SPIPE_Addr.h index e35e6d85785..f6a1f14c7a4 100644 --- a/ace/SPIPE_Addr.h +++ b/ace/SPIPE_Addr.h @@ -38,13 +38,15 @@ public: // Copy constructor. ACE_SPIPE_Addr (LPCTSTR rendezvous_point, gid_t = 0, uid_t = 0); - // Create a ACE_SPIPE_Addr from a rendezvous point in the file system. + // Create a ACE_SPIPE_Addr from a rendezvous point in the file + // system. int set (const ACE_SPIPE_Addr &sa); // Acts like a copy constructor... int set (LPCTSTR rendezvous_point, gid_t = 0, uid_t = 0); - // Create a ACE_SPIPE_Addr from a rendezvous point in the file system. + // Create a ACE_SPIPE_Addr from a rendezvous point in the file + // system. virtual void *get_addr (void) const; // Return a pointer to the address. @@ -94,9 +96,11 @@ public: // Declare the dynamic allocation hooks. private: - // = This struct contains security attributes. - struct + struct SPIPE_Addr { + // = TITLE + // Contains security attributes. + gid_t gid_; // Group id. |