@ -47,7 +47,7 @@ static bool debug = false;
|
||||
static int traceLevel = 0;
|
||||
|
||||
|
||||
void test()
|
||||
static void test()
|
||||
{
|
||||
StandardPVFieldPtr standardPVField = getStandardPVField();
|
||||
string properties;
|
||||
|
@ -44,7 +44,7 @@ using namespace epics::pvDatabase;
|
||||
static bool debug = false;
|
||||
|
||||
|
||||
void test()
|
||||
static void test()
|
||||
{
|
||||
PVDatabasePtr master = PVDatabase::getMaster();
|
||||
testOk1(master.get()!=0);
|
||||
|
@ -42,7 +42,7 @@ using namespace epics::pvDatabase;
|
||||
static bool debug = false;
|
||||
|
||||
|
||||
void test()
|
||||
static void test()
|
||||
{
|
||||
PVDatabasePtr master = PVDatabase::getMaster();
|
||||
ChannelProviderLocalPtr channelProvider = getChannelProviderLocal();
|
||||
|
Reference in New Issue
Block a user