Home
last modified time | relevance | path

Searched refs:pTagLogger (Results 1 – 3 of 3) sorted by relevance

/trunk/main/writerfilter/source/resourcemodel/
H A DProtocol.cxx38 TagLogger::Pointer_t pTagLogger) in StreamProtocol() argument
39 : m_pStream(pStream), m_pTagLogger(pTagLogger) in StreamProtocol()
158 TagLogger::Pointer_t pTagLogger) in PropertiesProtocol() argument
159 : m_pProperties(pProperties), m_pTagLogger(pTagLogger) in PropertiesProtocol()
192 TableProtocol::TableProtocol(Table * pTable, TagLogger::Pointer_t pTagLogger) in TableProtocol() argument
193 : m_pTable(pTable), m_pTagLogger(pTagLogger) in TableProtocol()
H A DTagLogger.cxx327 TagLogger::Pointer_t pTagLogger(new TagLogger()); in getInstance() local
328 pair<const char *, TagLogger::Pointer_t> entry(name, pTagLogger); in getInstance()
/trunk/main/writerfilter/inc/resourcemodel/
H A DProtocol.hxx42 StreamProtocol(Stream * pStream, TagLogger::Pointer_t pTagLogger);
71 PropertiesProtocol(Properties * pProperties, TagLogger::Pointer_t pTagLogger);
86 TableProtocol(Table * pTable, TagLogger::Pointer_t pTagLogger);

Completed in 21 milliseconds