comparison PR.h @ 272:bc5030385120

Progress -- back to compile process, fixing compile issues
author Sean Halle <seanhalle@yahoo.com>
date Tue, 05 Feb 2013 20:23:27 -0800
parents 292393c6bef1
children 40e7625e57bd
comparison
equal deleted inserted replaced
5:a43e3ffcfaf2 6:9344485b7d17
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 : %s\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"
95 //#include "Services_Offered_by_PR/Services_Language/PRServ.h" 95 #include "Services_Offered_by_PR/Services_Language/PRServ.h"
96 //#include "Services_Offered_by_PR/Services_Language/libPRServ.h" 96 //#include "Services_Offered_by_PR/Services_Language/libPRServ.h"
97 97
98 //================================================ 98 //================================================
99 #endif /* _PR_H */ 99 #endif /* _PR_H */
100 100