Changeset 8293 for issm/trunk/src/c/objects/KML/KML_Document.cpp
- Timestamp:
- 05/16/11 11:39:05 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/KML/KML_Document.cpp
r8215 r8293 121 121 /*}}}*/ 122 122 123 /*FUNCTION KML_Document::Id {{{1*/124 int KML_Document::Id(){125 }126 /*}}}*/127 128 /*FUNCTION KML_Document::MyRank {{{1*/129 int KML_Document::MyRank(){130 }131 /*}}}*/132 133 /*FUNCTION KML_Document::Marshall {{{1*/134 void KML_Document::Marshall(char** pmarshalled_dataset){135 }136 /*}}}*/137 138 /*FUNCTION KML_Document::MarshallSize {{{1*/139 int KML_Document::MarshallSize(){140 }141 /*}}}*/142 143 /*FUNCTION KML_Document::Demarshall {{{1*/144 void KML_Document::Demarshall(char** pmarshalled_dataset){145 }146 /*}}}*/147 148 /*FUNCTION KML_Document::Enum {{{1*/149 int KML_Document::Enum(){150 }151 /*}}}*/152 153 /*FUNCTION KML_Document::copy {{{1*/154 Object* KML_Document::copy(){155 }156 /*}}}*/157
Note:
See TracChangeset
for help on using the changeset viewer.