Preparation for C--, removed classes, namespaces, advanced build options are now controlled via include/libztDefs.h

This commit is contained in:
Joseph Henry
2017-11-06 13:50:20 -08:00
parent 920afa079e
commit e0d4b84dd4
65 changed files with 12208 additions and 2609 deletions

View File

@@ -10,7 +10,7 @@
#include "pico_protocol.h"
#include "pico_tree.h"
#include "../../../include/Debug.hpp"
#include "../../../include/libztDebug.h"
struct pico_proto_rr
{

View File

@@ -23,7 +23,7 @@
#include "pico_socket_tcp.h"
#include "pico_socket_udp.h"
#include "../../../include/Debug.hpp"
#include "../../../include/libztDebug.h"
#if defined (PICO_SUPPORT_IPV4) || defined (PICO_SUPPORT_IPV6)
#if defined (PICO_SUPPORT_TCP) || defined (PICO_SUPPORT_UDP)

View File

@@ -33,7 +33,7 @@
#include "pico_socket.h"
#include "heap.h"
#include "../../../include/Debug.hpp"
#include "../../../include/libztDebug.h"
/* Mockables */
#if defined UNIT_TEST