StatusCreateFactory moved to misc, bitSet ref. counting added, minor Status mods

This commit is contained in:
Matej Sekoranja
2010-12-20 16:17:48 +01:00
parent b7f5dc5444
commit f522fe8e07
7 changed files with 67 additions and 11 deletions

View File

@@ -11,8 +11,8 @@
#include <stddef.h>
#include <string.h>
#include <stdio.h>
#include "bitSet.h"
#include <bitSet.h>
#include <showConstructDestruct.h>
#include <epicsAssert.h>
@@ -143,6 +143,7 @@ int main(int argc,char *argv[])
{
testGetSetClearFlip();
testOperators();
//getShowConstructDestruct()->constuctDestructTotals(stdout);
return(0);
}