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_StyleSelector.cpp

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