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 "HederaTopic.h"
|
||||||
#include "../model/hedera/Transaction.h"
|
//#include "../model/hedera/Transaction.h"
|
||||||
|
|
||||||
namespace controller {
|
namespace controller {
|
||||||
HederaTopic::HederaTopic(model::table::HederaTopic* dbModel)
|
HederaTopic::HederaTopic(model::table::HederaTopic* dbModel)
|
||||||
@ -21,6 +21,6 @@ namespace controller {
|
|||||||
|
|
||||||
Poco::UInt64 HederaTopic::hederaCreateTopic()
|
Poco::UInt64 HederaTopic::hederaCreateTopic()
|
||||||
{
|
{
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -34,5 +34,6 @@ namespace controller {
|
|||||||
HederaTopic(model::table::HederaTopic* dbModel);
|
HederaTopic(model::table::HederaTopic* dbModel);
|
||||||
|
|
||||||
};
|
};
|
||||||
|
}
|
||||||
|
|
||||||
#endif //__GRADIDO_LOGIN_SERVER_CONTROLLER_HEDERA_TOPIC_H
|
#endif //__GRADIDO_LOGIN_SERVER_CONTROLLER_HEDERA_TOPIC_H
|
||||||
@ -1,3 +1,5 @@
|
|||||||
|
|
||||||
|
|
||||||
#include "ConsensusCreateTopic.h"
|
#include "ConsensusCreateTopic.h"
|
||||||
|
|
||||||
namespace model {
|
namespace model {
|
||||||
|
|||||||
@ -1,10 +1,10 @@
|
|||||||
#ifndef __GRADIDO_LOGIN_SERVER_MODEL_HEDERA_CONSENSUS_CREATE_TOPIC_H
|
#ifndef __GRADIDO_LOGIN_SERVER_MODEL_HEDERA_CONSENSUS_CREATE_TOPIC_H
|
||||||
#define __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 "../../controller/HederaId.h"
|
||||||
|
#include "../../proto/hedera/ConsensusCreateTopic.pb.h"
|
||||||
|
|
||||||
namespace model {
|
namespace model {
|
||||||
namespace hedera {
|
namespace hedera {
|
||||||
@ -28,4 +28,5 @@ namespace model {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#endif //__GRADIDO_LOGIN_SERVER_MODEL_HEDERA_CONSENSUS_CREATE_TOPIC_H
|
#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 "../../controller/NodeServer.h"
|
||||||
#include "CryptoTransferTransaction.h"
|
#include "CryptoTransferTransaction.h"
|
||||||
#include "ConsensusCreateTopic.h"
|
#include "ConsensusCreateTopic.h"
|
||||||
|
|
||||||
|
#include "../../proto/hedera/TransactionBody.pb.h"
|
||||||
|
|
||||||
namespace model {
|
namespace model {
|
||||||
namespace hedera {
|
namespace hedera {
|
||||||
class TransactionBody
|
class TransactionBody
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user