Removes C++ style comments.

This commit is contained in:
Marcelo Roberto Jimenez
2010-11-16 03:14:12 -02:00
parent 7c524df1d9
commit 5d6bcabd45
48 changed files with 1895 additions and 2087 deletions

View File

@@ -191,7 +191,7 @@ int SampleUtil_FindAndParseService (
********************************************************************************/
typedef void (*print_string)(const char *string);
//global print function used by sample util
/*global print function used by sample util */
extern print_string gPrintFun;
/********************************************************************************
@@ -212,7 +212,7 @@ typedef void (*state_update)(
const char *UDN,
eventType type);
//global state update function used by smaple util
/*global state update function used by smaple util */
extern state_update gStateUpdateFun;
/********************************************************************************