From d5da957de6d835137eb8bf98cb17041acb56e4fb Mon Sep 17 00:00:00 2001 From: Matej Sekoranja Date: Thu, 13 Jan 2011 00:53:20 +0100 Subject: [PATCH] new pvDataCPP --- testApp/remote/testChannelSearchManager.cpp | 1 + testApp/utils/introspectionRegistryTest.cpp | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/testApp/remote/testChannelSearchManager.cpp b/testApp/remote/testChannelSearchManager.cpp index b432ba7..f192a4f 100644 --- a/testApp/remote/testChannelSearchManager.cpp +++ b/testApp/remote/testChannelSearchManager.cpp @@ -2,6 +2,7 @@ #include #include +#include using namespace epics::pvData; using namespace epics::pvAccess; diff --git a/testApp/utils/introspectionRegistryTest.cpp b/testApp/utils/introspectionRegistryTest.cpp index ccef093..940fa82 100644 --- a/testApp/utils/introspectionRegistryTest.cpp +++ b/testApp/utils/introspectionRegistryTest.cpp @@ -12,6 +12,7 @@ #include #include #include +#include namespace epics { namespace pvAccess { @@ -450,7 +451,7 @@ int main(int argc, char *argv[]) if(clientRegistry) delete clientRegistry; if(serverRegistry) delete serverRegistry; - getShowConstructDestruct()->constuctDestructTotals(stdout); + getShowConstructDestruct()->showDeleteStaticExit(stdout); cout << "DONE" << endl; return 0; }