Ignore:
Timestamp:
04/28/08 02:10:37 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/ViewCellsParser.cpp

    r2659 r2660  
    457457void ViewCellsParseHandlers::startElement(const XMLCh* const name, 
    458458                                                                                  AttributeList& attributes) 
    459 {cout<<"here9978"<<endl; 
     459{ 
    460460        StrX lname(name); 
    461461        string element(lname.LocalForm()); 
     
    598598 
    599599void ViewCellsParseHandlers::StartViewSpaceHierarchy(AttributeList& attributes) 
    600 {cout<<"78"<<endl; 
     600{ 
    601601        int len = attributes.getLength(); 
    602602 
     
    643643 
    644644void ViewCellsParseHandlers::StartObjectSpaceHierarchy(AttributeList& attributes) 
    645 {cout<<"here45"<<endl; 
     645{ 
    646646        const int len = attributes.getLength(); 
    647647        Vector3 bmin, bmax; 
     
    14421442        parser->setDocumentHandler(&handler); 
    14431443        parser->setErrorHandler(&handler); 
    1444 cout<<"1178"<<endl; 
     1444 
    14451445        unsigned long duration; 
    14461446        int errorCount = 0; 
Note: See TracChangeset for help on using the changeset viewer.