X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=include%2Ffreenet%2Funkeyedidcreator.h;h=054a95dc5d2d59d11cd8f6e9bd6f2d37bc98eaae;hb=4e96d123460d6363cf7274e36bd9357768eb86ad;hp=d0db037c17488c62a9619f7a81471df3f58b6483;hpb=e662ea47fba8715474851ceebacba400984ee433;p=fms.git diff --git a/include/freenet/unkeyedidcreator.h b/include/freenet/unkeyedidcreator.h index d0db037..054a95d 100644 --- a/include/freenet/unkeyedidcreator.h +++ b/include/freenet/unkeyedidcreator.h @@ -18,9 +18,9 @@ class UnkeyedIDCreator:public IFreenetRegistrable,public IFCPConnected,public IF { public: UnkeyedIDCreator(); - UnkeyedIDCreator(FCPv2 *fcp); + UnkeyedIDCreator(FCPv2::Connection *fcp); - const bool HandleMessage(FCPMessage &message); + const bool HandleMessage(FCPv2::Message &message); void FCPDisconnected(); void FCPConnected();