Changeset 217 for branches/branch-1.2/zoo-kernel/service_conf.y
- Timestamp:
- May 31, 2011, 3:30:49 AM (13 years ago)
- Location:
- branches/branch-1.2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/branch-1.2
-
branches/branch-1.2/zoo-kernel/service_conf.y
r104 r217 36 36 static int previous_data=0; 37 37 static int current_data=0; 38 static char* myFinalObjectAsJSON="{";39 38 // namespace 40 39 using namespace std; … … 42 41 43 42 // srerror 44 void srerror(c har *s);43 void srerror(const char *s); 45 44 //====================================================== 46 45 … … 713 712 /* fonction qui affiche l erreur si il y en a une */ 714 713 //====================================================== 715 void srerror(c har *s)714 void srerror(const char *s) 716 715 { 717 716 if(debug) … … 724 723 * definition file. 725 724 */ 726 int getServiceFromFile(c har* file,service** service){725 int getServiceFromFile(const char* file,service** service){ 727 726 728 727 freeMap(&previous_content); … … 802 801 *service=my_service; 803 802 803 #ifndef WIN32 804 804 srlex_destroy(); 805 #endif 805 806 return resultatYYParse; 806 807 }
Note: See TracChangeset
for help on using the changeset viewer.