Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 4, 2008, 10:05:43 PM (16 years ago)
Author:
rgrieder
Message:

Updated tinycpp to it's trunk revision 98.
Note that our own changes are lost for now. Going to merge them in right after.
Added readme.txt with license and changes.txt.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/buildsystem/src/tinyxml/ticpprc.h

    r1505 r2137  
    1 #define TIXML_USE_TICPP
    2 
    31/*
    42http://code.google.com/p/ticpp/
     
    2826#define TICPPRC_INCLUDED
    2927
     28#include <vector>
    3029
    3130// Forward declare ticpp::Node, so it can be made a friend of TiCppRC
     
    6463        */
    6564        virtual ~TiCppRC();
     65       
     66        std::vector< ticpp::Base* > m_spawnedWrappers; /**< Remember all wrappers that we've created with 'new' - ( e.g. NodeFactory, FirstChildElement, etc. )*/
     67
     68        /**
     69        Delete all container objects we've spawned with 'new'.
     70        */
     71        void DeleteSpawnedWrappers();
    6672};
    6773
Note: See TracChangeset for help on using the changeset viewer.