EventTraceSource -> TracedCallback, ValueTraceSource -> TracedValue.

This commit is contained in:
Mathieu Lacage
2008-02-26 19:51:33 +01:00
parent b4ca4f9cf3
commit 9094ef8b1b
6 changed files with 519 additions and 519 deletions

View File

@@ -63,7 +63,7 @@ def build(bld):
'object-factory.cc',
'object-vector.cc',
'global-value.cc',
'event-trace-source.cc',
'traced-callback.cc',
'trace-source-accessor.cc',
'config.cc',
]
@@ -120,8 +120,8 @@ def build(bld):
'object-factory.h',
'attribute-helper.h',
'global-value.h',
'event-trace-source.h',
'value-trace-source.h',
'traced-callback.h',
'traced-value.h',
'trace-source-accessor.h',
'config.h',
'object-vector.h',