Changeset 18063 for issm/trunk-jpl/src/c/kml/KML_Document.cpp
- Timestamp:
- 05/26/14 21:05:52 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/kml/KML_Document.cpp
r16546 r18063 17 17 18 18 /*Constructors/destructor/copy*/ 19 /*FUNCTION KML_Document::KML_Document(){{{*/ 20 KML_Document::KML_Document(){ 19 KML_Document::KML_Document(){/*{{{*/ 21 20 22 21 ; … … 24 23 } 25 24 /*}}}*/ 26 /*FUNCTION KML_Document::~KML_Document(){{{*/ 27 KML_Document::~KML_Document(){ 25 KML_Document::~KML_Document(){/*{{{*/ 28 26 29 27 ; … … 33 31 34 32 /*Other*/ 35 /*FUNCTION KML_Document::Echo {{{*/ 36 void KML_Document::Echo(){ 33 void KML_Document::Echo(){/*{{{*/ 37 34 38 35 bool flag=true; … … 44 41 } 45 42 /*}}}*/ 46 /*FUNCTION KML_Document::DeepEcho {{{*/ 47 void KML_Document::DeepEcho(){ 43 void KML_Document::DeepEcho(){/*{{{*/ 48 44 49 45 char indent[81]=""; … … 54 50 } 55 51 /*}}}*/ 56 /*FUNCTION KML_Document::DeepEcho {{{*/ 57 void KML_Document::DeepEcho(const char* indent){ 52 void KML_Document::DeepEcho(const char* indent){/*{{{*/ 58 53 59 54 bool flag=true; … … 65 60 } 66 61 /*}}}*/ 67 /*FUNCTION KML_Document::Write {{{*/ 68 void KML_Document::Write(FILE* filout,const char* indent){ 62 void KML_Document::Write(FILE* filout,const char* indent){/*{{{*/ 69 63 70 64 fprintf(filout,"%s<Document",indent); … … 80 74 } 81 75 /*}}}*/ 82 /*FUNCTION KML_Document::Read {{{*/ 83 void KML_Document::Read(FILE* fid,char* kstr){ 76 void KML_Document::Read(FILE* fid,char* kstr){/*{{{*/ 84 77 85 78 char* kstri;
Note:
See TracChangeset
for help on using the changeset viewer.