mirror of
https://github.com/libAthena/athena.git
synced 2025-05-14 11:21:36 +00:00
* Fix IStreamReader::*String functions
This commit is contained in:
parent
8401a7577d
commit
e4f5c09534
@ -35,8 +35,8 @@ public:
|
|||||||
virtual double readDouble()=0;
|
virtual double readDouble()=0;
|
||||||
virtual float readFloat()=0;
|
virtual float readFloat()=0;
|
||||||
virtual bool readBool()=0;
|
virtual bool readBool()=0;
|
||||||
virtual std::string readUnicode(atInt32)=0;
|
virtual std::string readUnicode(atInt32=-1)=0;
|
||||||
virtual std::string readString(atInt32)=0;
|
virtual std::string readString(atInt32=-1)=0;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user