Changeset 12365 for issm/trunk-jpl/src/c/objects/KML/KML_Comment.h
- Timestamp:
- 06/04/12 16:40:38 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/objects/KML/KML_Comment.h
r11202 r12365 6 6 #define _KML_COMMENT_H_ 7 7 8 /*Headers:{{{ 1*/8 /*Headers:{{{*/ 9 9 #include "../../include/include.h" 10 10 #include "../../shared/Exceptions/exceptions.h" … … 22 22 char* value; 23 23 24 /*KML_Comment constructors, destructors {{{ 1*/24 /*KML_Comment constructors, destructors {{{*/ 25 25 KML_Comment(); 26 26 ~KML_Comment(); 27 27 /*}}}*/ 28 /*Object virtual functions definitions:{{{ 1*/28 /*Object virtual functions definitions:{{{*/ 29 29 virtual void Echo(); 30 30 virtual void DeepEcho();
Note:
See TracChangeset
for help on using the changeset viewer.