added comments at top
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
|
||||
# $Log$
|
||||
# Revision 1.2 1997/03/05 21:16:21 jbk
|
||||
# Fixes cvs log id at top
|
||||
#
|
||||
|
||||
TOP=../../../..
|
||||
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
|
||||
# $Log$
|
||||
# Revision 1.2 1997/03/05 21:16:21 jbk
|
||||
# Fixes cvs log id at top
|
||||
#
|
||||
|
||||
CAS = ../../..
|
||||
TOP = $(CAS)/../..
|
||||
|
||||
|
||||
@@ -1,4 +1,10 @@
|
||||
|
||||
// Author: Jim Kowalkowski
|
||||
// Date: 1/97
|
||||
//
|
||||
// $Id$
|
||||
// $Log$
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
@@ -1,4 +1,10 @@
|
||||
|
||||
// Author: Jim Kowalkowski
|
||||
// Date: 1/97
|
||||
//
|
||||
// $Id$
|
||||
// $Log$
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
@@ -1,4 +1,10 @@
|
||||
|
||||
// Author: Jim Kowalkowski
|
||||
// Date: 1/97
|
||||
//
|
||||
// $Id$
|
||||
// $Log$
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
#ifndef MONNODE_H
|
||||
#define MONNODE_H
|
||||
|
||||
/*
|
||||
* Author: Jim Kowalkowski
|
||||
* Date: 1/97
|
||||
*
|
||||
* $Id$
|
||||
* $Log$
|
||||
*/
|
||||
|
||||
|
||||
#include <time.h>
|
||||
|
||||
#include "aitTypes.h"
|
||||
|
||||
@@ -1,4 +1,10 @@
|
||||
|
||||
// Author: Jim Kowalkowski
|
||||
// Date: 1/97
|
||||
//
|
||||
// $Id$
|
||||
// $Log$
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
@@ -1,6 +1,14 @@
|
||||
#ifndef MONSERVER_H
|
||||
#define MONSERVER_H
|
||||
|
||||
/*
|
||||
* Author: Jim Kowalkowski
|
||||
* Date: 1/97
|
||||
*
|
||||
* $Id$
|
||||
* $Log$
|
||||
*/
|
||||
|
||||
#include "casdef.h"
|
||||
#include "tsHash.h"
|
||||
#include "fdManager.h"
|
||||
|
||||
@@ -1,6 +1,15 @@
|
||||
#ifndef tsDLHashList_H
|
||||
#define tsDLHashList_H
|
||||
|
||||
/*
|
||||
* Author: Jim Kowalkowski
|
||||
* Date: 1/97
|
||||
*
|
||||
* $Id$
|
||||
* $Log$
|
||||
*/
|
||||
|
||||
|
||||
extern "C" {
|
||||
#include "gpHash.h"
|
||||
}
|
||||
|
||||
@@ -8,13 +8,6 @@
|
||||
* $Id$
|
||||
*
|
||||
* $Log$
|
||||
* Revision 1.2 1996/08/14 21:10:35 jbk
|
||||
* next wave of updates, menus stopped working, units working, value not
|
||||
* working correctly sometimes, can't delete the channels
|
||||
*
|
||||
* Revision 1.1 1996/07/23 16:32:46 jbk
|
||||
* new gateway that actually runs
|
||||
*
|
||||
*/
|
||||
|
||||
extern "C" {
|
||||
|
||||
Reference in New Issue
Block a user