Ignore:
Timestamp:
05/09/11 11:14:58 (14 years ago)
Author:
jschierm
Message:

KML file reader: First round of changes to KML objects.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/KML/KML_Container.cpp

    r7653 r8207  
    7474/*}}}*/
    7575
     76/*FUNCTION KML_Container::Read {{{1*/
     77KML_Object*  KML_Container::Read(FILE* fid,char* kstr){
     78
     79        KML_Feature::Read(fid,kstr);
     80
     81        return(NULL);
     82}
     83/*}}}*/
     84
    7685/*FUNCTION KML_Container::Id {{{1*/
    7786int   KML_Container::Id(){
Note: See TracChangeset for help on using the changeset viewer.