ultimatepp/bazaar/StreamCypherTest/StreamCypherTest.h
micio b23908dff1 Bazaar/StreamCypher : added a couple of class for stream data encoding/decoding
git-svn-id: svn://ultimatepp.org/upp/trunk@2726 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-09-29 17:40:12 +00:00

25 lines
475 B
C++

#ifndef _Snow2CypherTest_Snow2CypherTest_h
#define _Snow2CypherTest_Snow2CypherTest_h
#include <CtrlLib/CtrlLib.h>
#include <Controls4U/Controls4U.h>
using namespace Upp;
#define LAYOUTFILE <StreamCypherTest/StreamCypherTest.lay>
#include <CtrlCore/lay.h>
class StreamCypherTest : public WithStreamCypherTestLayout<TopWindow>
{
private:
void onCypherSwitch(void);
void onGo(void);
public:
typedef StreamCypherTest CLASSNAME;
StreamCypherTest();
};
#endif