#include "TclAuthorizer.h"
#include "TCLString.h"
#include <string.h>
#include <assert.h>
#include <algorithm>
#include <netdb.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <stdio.h>
Go to the source code of this file.
Functions | |
const std::string | NameVariable ("ServerHostNames") |
const std::string | IPVariable ("ServerHostIps") |
Variables | |
const char * | Copyright = "(C) Copyright Michigan State University 2002, All rights reserved" |
char * | pCopyrightNotice |
|
Referenced by CTclAuthorizer::CTclAuthorizer(). |
|
Referenced by CTclAuthorizer::CTclAuthorizer(). |
|
Definition at line 278 of file TclAuthorizer.cpp. |
|
Initial value: "(C) Copyright 1999 NSCL, All rights reserved TclAuthorizer.cpp \n" Definition at line 310 of file TclAuthorizer.cpp. |