Index: src/liblogger/TLogFileData.h
===================================================================
diff -u -N -r4a4360ee83d1051b3bfa3c42f93ca581b81d1744 -rde48778626a2e3f6a09a43f0211b2a04eba36fed
--- src/liblogger/TLogFileData.h	(.../TLogFileData.h)	(revision 4a4360ee83d1051b3bfa3c42f93ca581b81d1744)
+++ src/liblogger/TLogFileData.h	(.../TLogFileData.h)	(revision de48778626a2e3f6a09a43f0211b2a04eba36fed)
@@ -28,13 +28,16 @@
 
 namespace logger
 {
+	class TLoggerPaths;
+
 	class LIBLOGGER_API TLogFileData
 	{
 	public:
 		TLogFileData();
 		TLogFileData(PCTSTR pszLogPath, const TMultiLoggerConfigPtr& spLoggerConfig, const TLoggerRotationInfoPtr& spRotationInfo);
 
 		TMultiLoggerConfigPtr GetMultiLoggerConfig() const;
+		void GetAllLogPaths(TLoggerPaths& rLoggerPaths) const;
 
 	private:
 		void PushLogEntry(std::wstring strLine);