From 586bcde9151c302eee1675ab904f0d1699d3fb87 Mon Sep 17 00:00:00 2001 From: Eduardo Bart Date: Thu, 28 Jul 2011 10:21:03 -0300 Subject: [PATCH] add missing file --- src/framework/net/netdeclarations.h | 31 +++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 src/framework/net/netdeclarations.h diff --git a/src/framework/net/netdeclarations.h b/src/framework/net/netdeclarations.h new file mode 100644 index 00000000..b7fd64e8 --- /dev/null +++ b/src/framework/net/netdeclarations.h @@ -0,0 +1,31 @@ +#ifndef NETDECLARATIONS_H +#define NETDECLARATIONS_H + +#include +#include + +namespace asio = boost::asio; + +class Connection; +class InputMessage; +class OutputMessage; +class Protocol; + +typedef std::shared_ptr ConnectionPtr; +typedef std::shared_ptr ProtocolPtr; + +#define CIPSOFT_PUBLIC_RSA "1321277432058722840622950990822933849527763264961655079678763618" \ + "4334395343554449668205332383339435179772895415509701210392836078" \ + "6959821132214473291575712138800495033169914814069637740318278150" \ + "2907336840325241747827401343576296990629870233111328210165697754" \ + "88792221429527047321331896351555606801473202394175817" + +/* +#define RSA "1091201329673994292788609605089955415282375029027981291234687579" \ + "3726629149257644633073969600111060390723088861007265581882535850" \ + "3429057592827629436413108566029093628212635953836686562675849720" \ + "6207862794310902180176810615217550567108238764764442605581471797" \ + "07119674283982419152118103759076030616683978566631413" +*/ + +#endif