aboutsummaryrefslogtreecommitdiff
path: root/src/tafreader.h
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2007-11-09 22:38:47 +0000
committerMike Buland <eichlan@xagasoft.com>2007-11-09 22:38:47 +0000
commit2ab64959d83ed2793d71ab3fa03b8ebdd4925902 (patch)
tree5417aeff1cadeb36793cfee3bc0733b2b6c77f44 /src/tafreader.h
parentbb9c0dc8dd2c852d9b6e89b9fd883232019cea93 (diff)
downloadlibbu++-2ab64959d83ed2793d71ab3fa03b8ebdd4925902.tar.gz
libbu++-2ab64959d83ed2793d71ab3fa03b8ebdd4925902.tar.bz2
libbu++-2ab64959d83ed2793d71ab3fa03b8ebdd4925902.tar.xz
libbu++-2ab64959d83ed2793d71ab3fa03b8ebdd4925902.zip
Figured I might as well add single-line comments to taf, it now supports //
style comments.
Diffstat (limited to 'src/tafreader.h')
-rw-r--r--src/tafreader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tafreader.h b/src/tafreader.h
index da285ab..f722ca4 100644
--- a/src/tafreader.h
+++ b/src/tafreader.h
@@ -23,7 +23,7 @@ namespace Bu
23 private: 23 private:
24 void groupContent( Bu::TafGroup *pNode ); 24 void groupContent( Bu::TafGroup *pNode );
25 Bu::TafProperty *readProperty(); 25 Bu::TafProperty *readProperty();
26 Bu::TafComment *readComment(); 26 Bu::TafComment *readComment( bool bEOL=false );
27 void ws(); 27 void ws();
28 bool isws(); 28 bool isws();
29 void next(); 29 void next();