aboutsummaryrefslogtreecommitdiff
path: root/nxcomp/Control.h
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2011-11-13 09:27:52 +0100
committerReinhard Tartler <siretart@tauware.de>2011-11-13 09:27:52 +0100
commit92239dafb601d2ee5da1554d19631267c81fe57c (patch)
tree8a2b406e1d1c66c459e6c4dc3f908b60d2feacd1 /nxcomp/Control.h
parentd7a8d67d760a80962821f6951caee5a9c807f5be (diff)
downloadnx-libs-92239dafb601d2ee5da1554d19631267c81fe57c.tar.gz
nx-libs-92239dafb601d2ee5da1554d19631267c81fe57c.tar.bz2
nx-libs-92239dafb601d2ee5da1554d19631267c81fe57c.zip
Imported nxcomp-3.2.0-6.tar.gznxcomp/3.2.0-6
Summary: Imported nxcomp-3.2.0-6.tar.gz Keywords: Imported nxcomp-3.2.0-6.tar.gz into Git repository
Diffstat (limited to 'nxcomp/Control.h')
-rwxr-xr-xnxcomp/Control.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/nxcomp/Control.h b/nxcomp/Control.h
index 9d998a318..9750b4c2f 100755
--- a/nxcomp/Control.h
+++ b/nxcomp/Control.h
@@ -719,6 +719,11 @@ class Control
return protoStep9_;
}
+ int isProtoStep10()
+ {
+ return protoStep10_;
+ }
+
private:
//
@@ -736,6 +741,7 @@ class Control
int protoStep7_;
int protoStep8_;
int protoStep9_;
+ int protoStep10_;
};
#endif /* Control_H */