CMS 3D CMS Logo

UserInfo.h

Go to the documentation of this file.
00001 #ifndef CLASSLIB_SYSAPI_USER_INFO_H
00002 # define CLASSLIB_SYSAPI_USER_INFO_H
00003 
00004 //<<<<<< INCLUDES                                                       >>>>>>
00005 
00006 # include "classlib/sysapi/system.h"
00007 # include <cerrno>
00008 # include <cstdlib>
00009 
00010 # ifdef _WIN32
00011 #  include <windows.h>
00012 #  include <wininet.h>
00013 #  include <ntsecapi.h>
00014 #  include <lm.h>
00015 # else
00016 #  if HAVE_PWD_H
00017 #   include <pwd.h>
00018 #  endif
00019 #  include <unistd.h>
00020 # endif
00021 
00022 //<<<<<< PUBLIC DEFINES                                                 >>>>>>
00023 //<<<<<< PUBLIC CONSTANTS                                               >>>>>>
00024 //<<<<<< PUBLIC TYPES                                                   >>>>>>
00025 //<<<<<< PUBLIC VARIABLES                                               >>>>>>
00026 //<<<<<< PUBLIC FUNCTIONS                                               >>>>>>
00027 //<<<<<< CLASS DECLARATIONS                                             >>>>>>
00028 //<<<<<< INLINE PUBLIC FUNCTIONS                                        >>>>>>
00029 //<<<<<< INLINE MEMBER FUNCTIONS                                        >>>>>>
00030 
00031 #endif // CLASSLIB_SYSAPI_USER_INFO_H

Generated on Tue Jun 9 17:38:53 2009 for CMSSW by  doxygen 1.5.4