fix compile error (missing })

This commit is contained in:
Dario 2020-09-10 11:11:37 +02:00
parent db8c694723
commit 941d66fc6a
5 changed files with 12 additions and 6 deletions

View File

@ -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;
}
}

View File

@ -34,5 +34,6 @@ namespace controller {
HederaTopic(model::table::HederaTopic* dbModel);
};
}
#endif //__GRADIDO_LOGIN_SERVER_CONTROLLER_HEDERA_TOPIC_H

View File

@ -1,3 +1,5 @@
#include "ConsensusCreateTopic.h"
namespace model {
@ -42,4 +44,4 @@ namespace model {
return false;
}
}
}
}

View File

@ -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

View File

@ -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