Main Page   Class Hierarchy   Alphabetical List   Data Structures   File List   Data Fields   Globals  

CMS_USER_CONNECT_STRUCT Struct Reference

#include <cms_srv.hh>

Collaboration diagram for CMS_USER_CONNECT_STRUCT:

Collaboration graph
[legend]

Public Methods

 CMS_USER_CONNECT_STRUCT ()

Data Fields

CMS_USER_INFOuser_info
int fd

Constructor & Destructor Documentation

CMS_USER_CONNECT_STRUCT::CMS_USER_CONNECT_STRUCT  
 

Definition at line 158 of file cms_srv.cc.

00159 {
00160   user_info = NULL;
00161   fd = -1;
00162 }


Field Documentation

CMS_USER_INFO* CMS_USER_CONNECT_STRUCT::user_info
 

Definition at line 91 of file cms_srv.hh.

Referenced by CMS_SERVER_REMOTE_PORT::get_connected_user().

int CMS_USER_CONNECT_STRUCT::fd
 

Definition at line 92 of file cms_srv.hh.

Referenced by CMS_SERVER_REMOTE_PORT::add_connected_user(), and CMS_SERVER_REMOTE_PORT::get_connected_user().


The documentation for this struct was generated from the following files:
Generated on Sun Dec 2 15:58:39 2001 for rcslib by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001