Removed DTSC::Stream and DTSC::Ring classes - no longer in use anywhere.

This commit is contained in:
Thulinma 2016-01-28 11:27:26 +01:00
parent a39350f83e
commit 9631b79e86
6 changed files with 1 additions and 718 deletions

View file

@ -646,7 +646,7 @@ namespace DTSC {
return "";
}
/// Sets result to a pointer to the string, and strlen to the lenght of it.
/// Sets result to a pointer to the string, and strlen to the length of it.
/// Sets both to zero if this isn't a DTSC string value.
/// Attempts absolutely no conversion.
void Scan::getString(char *& result, unsigned int & strlen) {