BUG#: 7614
authoryi.zhou <yi.zhou>
Fri, 2 May 2008 19:02:54 +0000 (19:02 +0000)
committeryi.zhou <yi.zhou>
Fri, 2 May 2008 19:02:54 +0000 (19:02 +0000)
commite823836abe6e2edc8d3477a23b97bf48944fd1bb
treed88dc651d85439bc54b03720bd837b0ad9307b6c
parenta9ed84ae6b0e34cb41b1684794e71ad986bd1ad7
BUG#: 7614
TITLE: PEP 322 Track Generated Indications Data
DESCRIPTION: Implement a mechanism to count and report the number of indications generated by a provider and for a subscription.
21 files changed:
Schemas/Pegasus/Internal/VER20/PG_GeneratedIndicationData20.mof [new file with mode: 0644]
Schemas/Pegasus/Internal/VER20/PG_InternalSchema20.mof
mak/config.mak
src/Pegasus/Common/Constants.cpp
src/Pegasus/Common/Constants.h
src/Pegasus/Common/HashTable.h
src/Pegasus/IndicationService/IndicationService.cpp
src/Pegasus/IndicationService/IndicationService.h
src/Pegasus/IndicationService/Makefile
src/Pegasus/IndicationService/ProviderClassList.h
src/Pegasus/IndicationService/ProviderIndicationCountTable.cpp [new file with mode: 0644]
src/Pegasus/IndicationService/ProviderIndicationCountTable.h [new file with mode: 0644]
src/Pegasus/IndicationService/SubscriptionTable.cpp
src/Pegasus/IndicationService/SubscriptionTable.h
src/Pegasus/IndicationService/tests/IndicationsCount/IndicationsCount.cpp [new file with mode: 0644]
src/Pegasus/IndicationService/tests/IndicationsCount/Makefile [new file with mode: 0644]
src/Pegasus/IndicationService/tests/Makefile
src/Pegasus/Server/CIMOperationRequestDispatcher.cpp
src/Providers/TestProviders/IndicationTestProvider/IndicationTestProvider.cpp
src/Providers/TestProviders/Load/IndicationTestProvider.mof
src/Providers/TestProviders/Load/IndicationTestProviderR.mof