CMS 3D CMS Logo

ProcessInfo.h

Go to the documentation of this file.
00001 #ifndef CLASSLIB_SYSAPI_PROCESS_INFO_H
00002 # define CLASSLIB_SYSAPI_PROCESS_INFO_H
00003 
00004 //<<<<<< INCLUDES                                                       >>>>>>
00005 
00006 # include "classlib/sysapi/system.h"
00007 # ifdef _WIN32
00008 #  include <windows.h>
00009 # else
00010 #  include <unistd.h>
00011 #  if HAVE_CRT_EXTERNS_H // Mac OS X
00012 #   include <crt_externs.h>
00013 #  endif
00014 #  if HAVE_MACH_O_DYLD_H // Mac OS X
00015 #   include <mach-o/dyld.h>
00016 #  endif
00017 # endif
00018 
00019 //<<<<<< PUBLIC DEFINES                                                 >>>>>>
00020 //<<<<<< PUBLIC CONSTANTS                                               >>>>>>
00021 //<<<<<< PUBLIC TYPES                                                   >>>>>>
00022 //<<<<<< PUBLIC VARIABLES                                               >>>>>>
00023 
00024 extern "C" {
00025 #if HAVE_SYM_ARGV // WIN32
00026     extern char **__argv;
00027     extern int __argc;
00028 #elif HAVE_SYM_DL_ARGV
00029     extern char **_dl_argv;
00030 #endif
00031 }
00032 
00033 //<<<<<< PUBLIC FUNCTIONS                                               >>>>>>
00034 //<<<<<< CLASS DECLARATIONS                                             >>>>>>
00035 //<<<<<< INLINE PUBLIC FUNCTIONS                                        >>>>>>
00036 //<<<<<< INLINE MEMBER FUNCTIONS                                        >>>>>>
00037 
00038 #endif // CLASSLIB_SYSAPI_PROCESS_INFO_H

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