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

@ -8,11 +8,6 @@
#include <vector>
#include "socket.h"
//empty definition of DTSC::Stream so it can be a friend.
namespace DTSC {
class Stream;
}
/// JSON-related classes and functions
namespace JSON {
@ -33,8 +28,6 @@ namespace JSON {
std::deque<Value*> arrVal;
std::map<std::string, Value*> objVal;
public:
//friends
friend class DTSC::Stream; //for access to strVal
//constructors/destructors
Value();
~Value();