added comments at top

This commit is contained in:
Jim Kowalkowski
1997-05-13 14:23:04 +00:00
parent f654800370
commit 9f6dc20fd8
10 changed files with 51 additions and 13 deletions

View File

@@ -1,8 +1,5 @@
# $Log$
# Revision 1.2 1997/03/05 21:16:21 jbk
# Fixes cvs log id at top
#
TOP=../../../..

View File

@@ -1,8 +1,6 @@
# $Log$
# Revision 1.2 1997/03/05 21:16:21 jbk
# Fixes cvs log id at top
#
CAS = ../../..
TOP = $(CAS)/../..

View File

@@ -1,4 +1,10 @@
// Author: Jim Kowalkowski
// Date: 1/97
//
// $Id$
// $Log$
#include <stdio.h>
#include <string.h>
#include <stdlib.h>

View File

@@ -1,4 +1,10 @@
// Author: Jim Kowalkowski
// Date: 1/97
//
// $Id$
// $Log$
#include <stdio.h>
#include <string.h>
#include <stdlib.h>

View File

@@ -1,4 +1,10 @@
// Author: Jim Kowalkowski
// Date: 1/97
//
// $Id$
// $Log$
#include <stdio.h>
#include <string.h>
#include <stdlib.h>

View File

@@ -1,6 +1,15 @@
#ifndef MONNODE_H
#define MONNODE_H
/*
* Author: Jim Kowalkowski
* Date: 1/97
*
* $Id$
* $Log$
*/
#include <time.h>
#include "aitTypes.h"

View File

@@ -1,4 +1,10 @@
// Author: Jim Kowalkowski
// Date: 1/97
//
// $Id$
// $Log$
#include <stdio.h>
#include <string.h>
#include <stdlib.h>

View File

@@ -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"

View File

@@ -1,6 +1,15 @@
#ifndef tsDLHashList_H
#define tsDLHashList_H
/*
* Author: Jim Kowalkowski
* Date: 1/97
*
* $Id$
* $Log$
*/
extern "C" {
#include "gpHash.h"
}

View File

@@ -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" {