[Zrouter-src] ZRouter.org: push to zconf++ zconf++/model.h
zrouter-src at zrouter.org
zrouter-src at zrouter.org
Tue Feb 28 17:20:30 UTC 2012
details: /rev/afb9dfbaef00
changeset: 70:afb9dfbaef00
user: "Nicolai Petri <nicolai at petri.dk>"
date: Tue Feb 28 18:20:24 2012 +0100
description:
Add LeafPtr typedef
diffstat:
zconf++/model.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diffs (11 lines):
diff -r 8c59f501af34 -r afb9dfbaef00 zconf++/model.h
--- a/zconf++/model.h Thu Feb 23 10:43:36 2012 +0100
+++ b/zconf++/model.h Tue Feb 28 18:20:24 2012 +0100
@@ -53,6 +53,7 @@
class ModelWriter;
class Leaf;
typedef Leaf& LeafRef;
+ typedef Leaf* LeafPtr;
// abstract base class
class IModelActionHandler
More information about the Zrouter-src
mailing list