mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fix compile error (missing })
This commit is contained in:
parent
db8c694723
commit
941d66fc6a
@ -1,5 +1,5 @@
|
||||
#include "HederaTopic.h"
|
||||
#include "../model/hedera/Transaction.h"
|
||||
//#include "../model/hedera/Transaction.h"
|
||||
|
||||
namespace controller {
|
||||
HederaTopic::HederaTopic(model::table::HederaTopic* dbModel)
|
||||
@ -21,6 +21,6 @@ namespace controller {
|
||||
|
||||
Poco::UInt64 HederaTopic::hederaCreateTopic()
|
||||
{
|
||||
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
@ -34,5 +34,6 @@ namespace controller {
|
||||
HederaTopic(model::table::HederaTopic* dbModel);
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
#endif //__GRADIDO_LOGIN_SERVER_CONTROLLER_HEDERA_TOPIC_H
|
||||
@ -1,3 +1,5 @@
|
||||
|
||||
|
||||
#include "ConsensusCreateTopic.h"
|
||||
|
||||
namespace model {
|
||||
@ -42,4 +44,4 @@ namespace model {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,10 +1,10 @@
|
||||
#ifndef __GRADIDO_LOGIN_SERVER_MODEL_HEDERA_CONSENSUS_CREATE_TOPIC_H
|
||||
#define __GRADIDO_LOGIN_SERVER_MODEL_HEDERA_CONSENSUS_CREATE_TOPIC_H
|
||||
|
||||
#include "../../proto/hedera/ConsensusCreateTopic.pb.h"
|
||||
#include "../../SingletonManager/MemoryManager.h"
|
||||
|
||||
#include "../../SingletonManager/MemoryManager.h"
|
||||
#include "../../controller/HederaId.h"
|
||||
#include "../../proto/hedera/ConsensusCreateTopic.pb.h"
|
||||
|
||||
namespace model {
|
||||
namespace hedera {
|
||||
@ -28,4 +28,5 @@ namespace model {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#endif //__GRADIDO_LOGIN_SERVER_MODEL_HEDERA_CONSENSUS_CREATE_TOPIC_H
|
||||
@ -10,11 +10,13 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "../../proto/hedera/TransactionBody.pb.h"
|
||||
|
||||
#include "../../controller/NodeServer.h"
|
||||
#include "CryptoTransferTransaction.h"
|
||||
#include "ConsensusCreateTopic.h"
|
||||
|
||||
#include "../../proto/hedera/TransactionBody.pb.h"
|
||||
|
||||
namespace model {
|
||||
namespace hedera {
|
||||
class TransactionBody
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user