Removed DTSC::Stream and DTSC::Ring classes - no longer in use anywhere.
This commit is contained in:
parent
a39350f83e
commit
9631b79e86
6 changed files with 1 additions and 718 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue