ultimatepp/bazaar/UniqTest/UniqTest.h
micio 7e424f5ef2 Bazaar/Uniq : single instance applications
git-svn-id: svn://ultimatepp.org/upp/trunk@3167 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-02-05 23:02:12 +00:00

26 lines
420 B
C++

#ifndef _UniqTest_UniqTest_h
#define _UniqTest_UniqTest_h
#include <CtrlLib/CtrlLib.h>
#include <Uniq/Uniq.h>
using namespace Upp;
#define LAYOUTFILE <UniqTest/UniqTest.lay>
#include <CtrlCore/lay.h>
class UniqTest : public WithUniqTestLayout<TopWindow>
{
private:
public:
typedef UniqTest CLASSNAME;
UniqTest();
// handles news app instances
void handleInstance(Vector<String> const &v);
};
#endif