summaryrefslogtreecommitdiff
path: root/protocols/CurrencyRates/src/ModuleInfo.h
blob: 23c2c4054946b5de85c6b13645f2502a651e840e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef __d0f22b66_3135_4bbe_bee5_a31ea631ce58_ModuleInfo__
#define __d0f22b66_3135_4bbe_bee5_a31ea631ce58_ModuleInfo__

class CCurrencyRatesProviders;

class CModuleInfo
{
public:
	typedef boost::shared_ptr<CCurrencyRatesProviders> TCurrencyRatesProvidersPtr;

public:
	static void OnMirandaShutdown(void);
	static MWindowList GetWindowList(const std::string& rsKey, bool bAllocateIfNonExist = true);
};

#endif //__d0f22b66_3135_4bbe_bee5_a31ea631ce58_ModuleInfo__