Ignore:
Timestamp:
01/27/12 08:19:58 (13 years ago)
Author:
Eric.Larour
Message:

merged trunk-jpl and trunk for revision 11236

Location:
issm/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk

  • issm/trunk/src/c/objects/KML/KML_Attribute.cpp

    r9761 r11237  
    5353}
    5454/*}}}*/
    55 
    5655/*FUNCTION KML_Attribute::DeepEcho {{{1*/
    5756void  KML_Attribute::DeepEcho(){
     
    6463}
    6564/*}}}*/
    66 
    6765/*FUNCTION KML_Attribute::DeepEcho {{{1*/
    68 void  KML_Attribute::DeepEcho(char* indent){
     66void  KML_Attribute::DeepEcho(const char* indent){
    6967
    7068        int   i;
     
    7977}
    8078/*}}}*/
    81 
    8279/*FUNCTION KML_Attribute::Write {{{1*/
    83 void  KML_Attribute::Write(FILE* filout,char* indent){
     80void  KML_Attribute::Write(FILE* filout,const char* indent){
    8481
    8582//  attributes always written in keyword line of kml_object
     
    9087}
    9188/*}}}*/
    92 
    9389/*FUNCTION KML_Attribute::Read {{{1*/
    9490void  KML_Attribute::Read(FILE* fid,char* kstr){
     
    10197}
    10298/*}}}*/
    103 
    10499/*FUNCTION KML_Attribute::Alloc {{{1*/
    105 void  KML_Attribute::Alloc(char* namei,char* valuei){
     100void  KML_Attribute::Alloc(const char* namei,const char* valuei){
    106101
    107102        name =(char *) xmalloc((strlen(namei )+1)*sizeof(char));
     
    114109}
    115110/*}}}*/
    116 
    117111/*FUNCTION KML_Attribute::Add {{{1*/
    118112void  KML_Attribute::Add(DataSet* attrib){
     
    123117}
    124118/*}}}*/
    125 
    126119/*FUNCTION KML_Attribute::Get {{{1*/
    127120void  KML_Attribute::Get(char** pvalueo,char* deflt){
     
    139132}
    140133/*}}}*/
    141 
Note: See TracChangeset for help on using the changeset viewer.