solaris port

This commit is contained in:
Jeff Hill
1996-06-21 02:30:58 +00:00
parent b5bb5a0f46
commit c7667fded7
5 changed files with 23 additions and 1 deletions

View File

@@ -29,10 +29,15 @@
*
* History
* $Log$
* Revision 1.1.1.1 1996/06/20 00:28:14 jhill
* ca server installation
*
*
*/
#include <server.h>
#include <dbMapper.h> // ait to dbr types
#include <gddAppTable.h> // EPICS application type table
//
// NOTES

View File

@@ -29,6 +29,9 @@
*
* History
* $Log$
* Revision 1.1.1.1 1996/06/20 00:28:15 jhill
* ca server installation
*
*
*/
@@ -40,7 +43,7 @@
//
#include <server.h>
#include <casPVIIL.h> // casPVI inline func
#include <casPVIIL.h> // casPVI inline func
casPV::casPV (const casCtx &ctx, const char * const pPVName) :
casPVI (*ctx.getServer(), pPVName, *this)

View File

@@ -29,6 +29,9 @@
*
* History
* $Log$
* Revision 1.1.1.1 1996/06/20 00:28:16 jhill
* ca server installation
*
*
*/
@@ -36,6 +39,7 @@
#ifndef casPVIIL_h
#define casPVIIL_h
#include <dbMapper.h>
//
// casPVI::lock()

View File

@@ -29,10 +29,15 @@
*
* History
* $Log$
* Revision 1.1.1.1 1996/06/20 00:28:15 jhill
* ca server installation
*
*
*/
#include <server.h>
#include <dbMapper.h> // ait to dbr types
#include <gddAppTable.h> // EPICS application type table
#include <caServerIIL.h> // caServerI inline functions
#include <casClientIL.h> // casClient inline functions
#include <casChannelIIL.h> // casChannelI inline functions

View File

@@ -29,6 +29,9 @@
*
* History
* $Log$
* Revision 1.1.1.1 1996/06/20 00:28:15 jhill
* ca server installation
*
*
*/
@@ -81,8 +84,10 @@ HDRVERSIONID(serverh, "%W% %G%")
//
// gdd
//
#if 0
#include <dbMapper.h>
#include <gddApps.h>
#endif
//
// CAS