Search:
Login
Help/Guide
About Trac
Preferences
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Doxygen
Context Navigation
←
Previous Change
Next Change
→
Changeset
669
for
library
View differences
inline
side by side
Show
lines around each change
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
10/20/09 00:24:29 (
16 years
ago)
Author:
smidl
Message:
all root offsprings can be logged
Files:
1 modified
library/bdm/bdmroot.h
(modified)
(
2 diffs
)
Legend:
Unmodified
Added
Removed
Tabular
Unified
library/bdm/bdmroot.h
¶
r665
r669
27
27
//! Root class of BDM objects
28
28
class root {
29
//! level of details that will be logged to logger
30
int log_level;
29
31
public:
30
32
//! make sure this is a virtual object
…
…
48
50
virtual void validate() {
49
51
}
52
50
53
};
51
54
Download in other formats:
Unified Diff
Zip Archive