Browse Source

Add typedef.


git-svn-id: https://svn.microneil.com/svn/CodeDweller/branches/adeniz_1@94 d34b734f-a00e-4b39-a726-e4eeb87269ab
adeniz_1
adeniz 9 years ago
parent
commit
fa3d055b9f
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      XMLReader.hpp

+ 2
- 0
XMLReader.hpp View File

class XMLReaderTranslator; // Translators exist class XMLReaderTranslator; // Translators exist
class XMLReaderMnemonic; // Mnemonics exist class XMLReaderMnemonic; // Mnemonics exist
class XMLerator; // XMLerators exist class XMLerator; // XMLerators exist
class XMLeratorSetTrueOnComplete;


typedef XMLReaderElement ConfigurationElement; typedef XMLReaderElement ConfigurationElement;
typedef XMLReaderAttribute ConfigurationAttribute; typedef XMLReaderAttribute ConfigurationAttribute;
typedef XMLReaderTranslator ConfigurationTranslator; typedef XMLReaderTranslator ConfigurationTranslator;
typedef XMLReaderMnemonic ConfigurationMnemonic; typedef XMLReaderMnemonic ConfigurationMnemonic;
typedef XMLerator Configurator; typedef XMLerator Configurator;
typedef XMLeratorSetTrueOnComplete ConfiguratorSetTrueOnComplete;


class RawTranslator { class RawTranslator {
private: private:

Loading…
Cancel
Save