new pvDataCPP

This commit is contained in:
Matej Sekoranja
2011-01-13 00:53:20 +01:00
parent 955174ca39
commit d5da957de6
2 changed files with 3 additions and 1 deletions

View File

@@ -12,6 +12,7 @@
#include <string>
#include <sstream>
#include <vector>
#include <showConstructDestruct.h>
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;
}