comparison PR.h @ 282:72ffdb11ad8e

Removed files that interfere with build -- for probes and counter recording
author Sean Halle <seanhalle@yahoo.com>
date Wed, 22 May 2013 17:40:23 -0700
parents bc5030385120
children
comparison
equal deleted inserted replaced
6:9344485b7d17 7:5a6762fa22fd
84 84
85 //include fn prototype used by wrapper library 85 //include fn prototype used by wrapper library
86 #include "PR__WL.h" 86 #include "PR__WL.h"
87 87
88 //================================= 88 //=================================
89 #define implement_me printf("Unimpl Fn: \n%s \n%s : %s\n", __FILE__, __FUNCTION__, __LINE__) 89 #define implement_me() printf("Unimpl Fn: \n%s \n%s : %d\n", __FILE__, __FUNCTION__, __LINE__)
90 //#define fix_me printf("Fix me at: \n%s \n%s : %s\n", __FILE__, __FUNCTION__, __LINE__) 90 //#define fix_me printf("Fix me at: \n%s \n%s : %s\n", __FILE__, __FUNCTION__, __LINE__)
91 91
92 92
93 //========================= Services ======================= 93 //========================= Services =======================
94 #include "Services_Offered_by_PR/Measurement_and_Stats/probes.h" 94 #include "Services_Offered_by_PR/Measurement_and_Stats/probes.h"