From Bob Kuehne, add usage of version number to differentiate between
rev's of the LOD.
This commit is contained in:
@@ -113,6 +113,11 @@ bool DataInputStream::readBool(){
|
||||
return c!=0;
|
||||
}
|
||||
|
||||
unsigned int DataInputStream::getVersion()
|
||||
{
|
||||
return( _version );
|
||||
}
|
||||
|
||||
char DataInputStream::readChar(){
|
||||
char c;
|
||||
_istream->read(&c, CHARSIZE);
|
||||
|
||||
Reference in New Issue
Block a user