This is Unofficial EPICS BASE Doxygen Site
resourceLib.cpp
Go to the documentation of this file.
1 /*************************************************************************\
2 * Copyright (c) 2002 The University of Chicago, as Operator of Argonne
3 * National Laboratory.
4 * Copyright (c) 2002 The Regents of the University of California, as
5 * Operator of Los Alamos National Laboratory.
6 * EPICS BASE is distributed subject to a Software License Agreement found
7 * in file LICENSE that is included with this distribution.
8 \*************************************************************************/
9 
10 /*
11  * Author: Jeff Hill
12  */
13 
14 #include "resourceLib.h"
15 
16 #ifdef _MSC_VER
17 # pragma warning ( push )
18 # pragma warning ( disable:4660 )
19 #endif
20 
22 
23 #ifdef _MSC_VER
24 # pragma warning ( pop )
25 #endif