From ec05778d5718a7912e506764d443a78d6a6179e3 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 5 Nov 2012 22:41:51 +0000 Subject: Converted tabs to spaces with tabconv. --- src/stable/tafreader.h | 56 +++++++++++++++++++++++++------------------------- 1 file changed, 28 insertions(+), 28 deletions(-) (limited to 'src/stable/tafreader.h') diff --git a/src/stable/tafreader.h b/src/stable/tafreader.h index 0cf00a9..b3ced1b 100644 --- a/src/stable/tafreader.h +++ b/src/stable/tafreader.h @@ -13,37 +13,37 @@ namespace Bu { - class TafNode; - class TafGroup; - class TafProperty; - class TafComment; - class Stream; + class TafNode; + class TafGroup; + class TafProperty; + class TafComment; + class Stream; - /** - * - *@ingroup Taf - */ - class TafReader - { - public: - TafReader( Bu::Stream &sIn ); - virtual ~TafReader(); + /** + * + *@ingroup Taf + */ + class TafReader + { + public: + TafReader( Bu::Stream &sIn ); + virtual ~TafReader(); - Bu::TafGroup *readGroup(); + Bu::TafGroup *readGroup(); - private: - void groupContent( Bu::TafGroup *pNode ); - Bu::TafProperty *readProperty(); - Bu::TafComment *readComment( bool bEOL=false ); - void ws(); - bool isws(); - void next(); - Bu::String readStr(); - void rawread( char *c ); - char c, la; - Bu::Stream &sIn; - int iLine, iCol; - }; + private: + void groupContent( Bu::TafGroup *pNode ); + Bu::TafProperty *readProperty(); + Bu::TafComment *readComment( bool bEOL=false ); + void ws(); + bool isws(); + void next(); + Bu::String readStr(); + void rawread( char *c ); + char c, la; + Bu::Stream &sIn; + int iLine, iCol; + }; } #endif -- cgit v1.2.3